Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Force the Administration pages to stay under secure SSL connection?


ATVUtah

Recommended Posts

Posted

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?

Posted

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

  • 2 months later...
Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...