ATVUtah Posted January 26, 2006 Posted January 26, 2006 How can I force the Administration pages to stay under secure SSL encryption? I login to my admin area with https://mysite.com/catalog/admin/ and the minute I click a link to a section of the admin area it drops out of ssl to standard http pages. I can manually enter a page as https and it is under lock and key but again as soon as I click a link to go to another section it drops the secure SSL connection. The main catalog doesn't do this. Once under SSL you stay under SSL there. I believe the configuration.php file is set right and all the lines for define('HTTP_SERVER', 'http://www.mysite.com); define('HTTPS_SERVER', 'https://www.mysite.com'); define('ENABLE_SSL_CATALOG', true); Are set properly. What am I missing?
devine952 Posted January 26, 2006 Posted January 26, 2006 change this: define('HTTP_SERVER', 'http://www.mysite.com); to this: define('HTTP_SERVER', 'https://www.mysite.com); I am not sure it is the right way to do this, but it worked for me. Best regards Rob
herot Posted April 14, 2006 Posted April 14, 2006 change this:define('HTTP_SERVER', 'http://www.mysite.com); to this: define('HTTP_SERVER', 'https://www.mysite.com); I am not sure it is the right way to do this, but it worked for me. Best regards Rob yeah i was having the same problem but your suggestion was the cure... i dont see what it hurts... it doesn't "force" the regular catalog into ssl or anything... just the /admin/ section... good call dude! Did you get rid of the voices in your head? Do you now miss them and the things that they said? -David Gilmour
Recommended Posts
Archived
This topic is now archived and is closed to further replies.