HTTPS/HTTP

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
I do have a problem now.
I cannot access my website because it is set to force https.

I have moved a copy of the website to a development site online. therefor the
ssl certicikate has been removed.

where is the settings for "force https" saved.

Could it be in the database or in a file somewhere.

Could anybody help with this
4 years ago
It is stored on the Store table.
Go to {yourdomain}/Admin/Store/List ==> edit and uncheck the SSL enabled checkbox.
Also, go to General setting {yourDomain}/Admin/Setting/GeneralCommon and uncheck the Force SSL for all site pages   checkbox.

If you could not access the website, check the Store table and update the sslenabled value to 0 and check the setting table and update securitysettings.forcesslforallpages setting value to false with the update query in the db and then recycle the app pool and website
4 years ago
Thank you very much
This was just what i needed
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.