SSL Issue
Posted: Thu Nov 28, 2013 11:36 am
I am trying to figure out how to set up SSL.
My Opencart version: 1.5.6
According to several sources,
I logged in my Dashboard.
System>Settings>Server
Checked box the radio box for SSL.
Then updated admin config.php:
Before changes:
// HTTPS
define('HTTPS_SERVER', 'http://yoursite/admin/');
define('HTTPS_CATALOG', 'http://yoursite.com/');
Note: (I did not see: define('HTTPS_IMAGE', 'HTTP://yoursite.com/'); )
//DIR
After changes:
// HTTPS
define('HTTPS_SERVER', 'https://yoursite/admin/');
define('HTTPS_CATALOG', 'https://yoursite.com/');
//DIR
I did not see any Lock symbol on my browser.
Any suggestions?
My Opencart version: 1.5.6
According to several sources,
I logged in my Dashboard.
System>Settings>Server
Checked box the radio box for SSL.
Then updated admin config.php:
Before changes:
// HTTPS
define('HTTPS_SERVER', 'http://yoursite/admin/');
define('HTTPS_CATALOG', 'http://yoursite.com/');
Note: (I did not see: define('HTTPS_IMAGE', 'HTTP://yoursite.com/'); )
//DIR
After changes:
// HTTPS
define('HTTPS_SERVER', 'https://yoursite/admin/');
define('HTTPS_CATALOG', 'https://yoursite.com/');
//DIR
I did not see any Lock symbol on my browser.
Any suggestions?