Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Amin area does not stay SSL it switches


bitera

Recommended Posts

Posted

Hi Everyone,

 

My admin area switches from SSL to non-SSL when I click on the different options. I looked the the application_top.php in the admin/includes area and added the following item that was missing but it is still not staying in SSL

 

// set the type of request (secure or not)

  $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL';

 

Any ideas how to keep the admin area all in SSL ?

 

TIA,

 

John

--

 

John Cannon

Posted
Hi Everyone,

 

My admin area switches from SSL to non-SSL when I click on the different options.  I looked the the application_top.php in the admin/includes area and added the following item that was missing but it is still not staying in SSL

Any ideas how to keep the admin area all in SSL ?

 

TIA,

 

John

 

 

What do you mean by switches from SSL to non-SSL? What options to do click on that cause this?

 

John

Posted

Thanks, I was thinking of doing that but didn't want to but it works and that is all that matters! :D

--

 

John Cannon

Posted

Never, ever change anything in application top or any program dealing with SSL, period. SSL is handled automatically by osCommerce and changing anything in the programs will only make it worse and most people dont even keep track of what they change and get into trouble.

Posted

I realize that and guess the KISS approach is always best...

 

Thanks...

--

 

John Cannon

Archived

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

×
×
  • Create New...