How to disable HTTPs for cscart

July 9, 2021 . 1 MIN READ

I have some problems on my hosting server with ssl.
Cant access my backend because, before the problems on the server I turned ssl on. Is there a way to disable ssl in a php file?
Then i can access my backend without https and test it again.

 

You’ll need to edit the database to “turn off” the SSL in administration checkbox

Run this in PHPMyAdmin if you have access to it

REPLACE INTO `cscart_settings` (`option_id`, `option_name`, `section_id`, `subsection_id`, `option_type`, `value`, `position`, `is_global`) VALUES

(10004, ‘secure_admin’, ‘General’, ”, ‘C’, ‘N’, 2, ‘Y’);

http://forum.cs-cart.com/topic/8111-how-to-disable-ssl/

Leave a Reply

Your email address will not be published. Required fields are marked *