Open config.php from root of your site and change to HTTPS, example:// HTTPS define(‘HTTPS_SERVER’, ‘https://opencart.loc/’); after this open another config.php here: admin/config.php and change // HTTPS define(‘HTTPS_SERVER’, ‘https://opencart.loc/admin/’); define(‘HTTPS_CATALOG’, ‘https://opencart.loc/’); done, now your site awailable with https, you can test …

OpenCart force to SSL Read more »