Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL problems


moran

Recommended Posts

Posted

AH i found my problem In application_top.php i had to edit the following line:

 

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

 

and change it to:

 

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

Archived

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

×
×
  • Create New...