Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

You aren't protected by a secure SSL connection


papa87

Recommended Posts

Posted

You have to define the SSL Server in your configuration files!

 

Generaly speaking, there are TWO configuration files, one located in directory catalog/includes and another one in catalog/admin/includes. They are both named configure.php.

 

In catalog/includes/configure.php, find the HTTPS_SERVER and ENABLE_SSL define statements and change them as following:

define('HTTPS_SERVER', 'https://ipaddress/~username/');
define('ENABLE_SSL', true);

 

and in catalog/admin/includes/configure.php, find the HTTPS_CATALOG_SERVER and ENABLE_SSL_CATALOG define statements and change them as following:

define('HTTPS_CATALOG_SERVER', 'https://ipaddress/~username/');
define('ENABLE_SSL_CATALOG', 'true')

 

Should work!

Antonios

 

olympicslogo_en.gif

Archived

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

×
×
  • Create New...