Site is down after installing SSL Cert

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 年 前
Hello,

I have purchased and installed SSL Cert on IIS, then in admin panel I have enabled SSL. After which time I start experiencing strange behavior.

Navigating to some page is okay and navigating to a secure page such as login and then back to homepage would generate an error "ERR_TOO_MANY_REDIRECTS". At which point the site dies and can only be reopened in the new browser session.

Have anyone see this issue? Any help would appreciated.

Thank you,
8 年 前
Execute the following SQL command over your database:

UPDATE [Store]
SET [SslEnabled]=0
GO


Then you'll be able to visit the site. And try one more time, just ensure that you have empty "Secure URL" value entered on the store details page. It'll be detected automatically until you have shared SSL installed
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.