If you don't have the SSL certificate and not willing to spend some money for your opencart shop - disabling it maybe the best to get the annoying message saying the site is unsafe. The SSL is actually using the https in front of the domain name and it is part of the admin, checkout, etc. If it is not disable you will always get the message saying the page is unsecure. Since most people not willing to spend some money especially those with the trial version can actually disable the SSL (https) requirement pretty straight forward. Just follow this instruction.
1. Login to the Open Cart admin page usually https://www.yourdomain.com/admin
2. Click on the Gear icon>>Settings
3. Click Server Tab and select option = No for the Use SSL
This will disable the https and no more warning should appear on the admin page and also the checkout page. See picture for reference.
3 months ago
how can i do that if i cannot access the "admin"?
ReplyDeleteis it possible from the database or something?
It's better and easier to do it from the admin and anyway you need to access the admin to manage all the open cart content
DeleteTry following steps.
ReplyDeleteopen the file www.yoursite.com/admin/config.php
find this in the config file
// HTTPS
define('HTTPS_SERVER', 'https://www.yoursite.com.au/');
define('HTTPS_IMAGE', 'https://www.yoursite.com.au/');
Change to this
// HTTPS
define('HTTPS_SERVER', '');
define('HTTPS_IMAGE', '');
Now try login to the backend