Description:
To setup ssl for nopCommerce, we can do it from admin panel -> Configuration-> Stores-> Edit -> Activate SSL, see pic_1.
Warning: Carefully, your site will stop working if secure url is incorrect!
pic_1
How to disable SSL setting from database?
Open database from sql server management studio, find the table "STORE", and update SslEnabled to false, see pic_2.
pic_2
Note: If your nopcommerce version is former than 3.0, you can update 'UseSSL' statement to 'false' in web.config file.
Article ID: 1542, Created: December 16, 2013 at 6:21 PM, Modified: December 18, 2013 at 1:33 AM