How to access Admin Section --> Configuration --> Stores in server

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi guys,

I tried to get SSL working but ticking the check box in  Admin Section --> Configuration --> Stores. Now i can't even load the page, hence need to undo the back end in the server.

Much appreciated
6 years ago
Need to edit the database table [Store]. :)

6 years ago
[quote=wooncherk]Need to edit the database table [Store]. :)




Hi...from what i see, it's all false here..am i in the correct DB or need to access other DBs?
6 years ago
Right Click on dbo.Store > Edit rows >

Now in write false or 0 in SslEabled column.

or execute below query

UPDATE dbo.Stores SET SslEnabled = 0 
6 years ago
Also remove "s" from URL column

 https://yourstore.com in  

will be
 http://yourstore.com in 


Do same as in Hosts Values column
6 years ago
thanks guys!




issue solved.
5 years ago
I discovered one more "gotcha" to be aware of, even after making the changes described above.

I was still being redirected to httpS when clicking login (or other pages that were previously set to be secure).

What I discovered was that my web browser was the culprit! It had cached the locations of /login, /admin, etc, using the httpS protocol.

After clearing my cache, I was able to access those page without SSL.

In my situation, I was using Chrome. To clear the cache in Chrome:
1. Press CTRL + SHIFT + DEL
2. I cleared all of the following items:
  * Browsing History
  * Cookies and other site data
  * Cached images and files.

NOTE: I'm guessing that all that needed deleting was Browsing History, but haven't tested that.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.