Hi- Security is working on my catalog, if I check out the url turns into https. But on the admin, if I go into it using https, and click on any link, the url changes back to plain old http. Here is the code I'm using(It's my own certificate, not shared, and I'm using my actual domain name):
define('HTTP_SERVER', 'http://mysite.com');
define('HTTPS_SERVER', 'https://mysite.com');
define('HTTP_CATALOG_SERVER', 'http://mysite.com');
define('HTTPS_CATALOG_SERVER', 'https://mysite.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'true');
Can anyone help? Thanks!![]()



