Question

I am working on https://www.depoto.com/.

Suddenly, The website is not opening. I can see that The website is opening in another browser like Mozilla. I am trying to open in Google Chrome.

Was it helpful?

Solution

You have enabled Strict-Transport-Security header for your website. But still the base URL in your site is set to http://www.depoto.com/. Whereas Chrome is looking for HTTPS version of page with 307 redirect and yet again 302 redirect is served to http://www.depoto.com/?SID=c6d86561201c60e0a65a944bb2fd08d2 which gets into a loop. So either change the base URL to https://www.depoto.com/ or disable Strict-Transport-Security header which could solve your problem in Chrome

OTHER TIPS

Your SSL certificate is invalid - most likely expired. Chrome is likely being more restrictive than FF. You can still visit the site by going to the http:// version but you should probably just get a proper SSL setup. Contact your hosting provider

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top