The problem is with all pages, the above link are with https, but the home page is with http.
When I clean the cache, the home page work fine with https, but this evening, I oberved the home page only is back with http
Why only the home page change to http and how can make sure to have always https?
Some resource are not using the same template than the home page. But some ressource are using the same template as for the home page, but thoses ressource work fine
I never had a such problem. Can I fix that in the setting or with the htacess file??
Also, your .htaccess file may be converting www URLs to non-www (or vice versa), and setting the URL to http rather than https. Or, it may be setting the URL to https, but ignoring URLs that contain, or don’t contain www.
@bobray Can you explain what the server_protocol setting does?
Personally I never change this setting and I don’t have problems.
Also in this issue on github the original poster says that “After I opened this issue i learned that server_protocol does nothing.”, which I tend to believe is true.
The server_protocol setting is not used. The equivalent setting is now url_scheme and should be automatically determined from your server during each request unless specifically added to system (or context) settings along with http_host, base_url, and site_url.