Force links to SSL
PermalinkI have added a Let's Encrypt serfiticate to our site and added both URL's in the dashboard.
How can I change that all links are by default with https? At the moment if I access the page through https URL it still shows all links for example in Automatic navigation block with http.
Should I do this with .htaccess or is there some configuration where I can change that it would force the site to use https in all links?

But yes, there is also a setting for that under System & Settings > SEO & Statistics > URLs and Redirection. On that page you'll see "Canonical URLs".
'seo' => array( 'canonical_url' => 'https://www.domain.com', 'trailing_slash' => true, 'url_rewriting_all' => true ),
https://www.concrete5.org/community/forums/5-7-discussion/concrete5....
It also seems it will be "fixed" in v8:
https://github.com/concrete5/concrete5/issues/4016...