Hi guys, I don’t know if it’s an issue for all Webflow user or just me, but my sitemap (which is auto-generated by Webflow) only shows http link and not https. Does anyone know why? And how to fix it?
HSTS is not relevant here, but you have Enable SSL, the first one, switched off.
What I think is happening is probably this;
Webflow supports SSL on all sites, regardless
Some site configurations like ECom, require SSL
Other simple sites do not, and you can turn off SSL which would mean http: works
However, modern browsers encourage security and will always try to access a site using https: anyway, and since the server is responding 200 it uses that secured connection instead.
This explains both why you’re seeing http: in the sitemap, and why accessing the site comes up expected as https:
Switch that on and republish, and you should be OK.
Are you building a reverse proxy setup? This is the only reason most people would disable SSL.