Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL not being accessed


baalwww

Recommended Posts

Posted

I verified that my shared SSL cert is active. I made the changes (below) to /admin/includes/configure.php and /includes/configure.php.

 

When I go to the catalog, and I'm doing this by way of the catalog link at the top of the osC admin page, I find myself always with HTTP and not HTTPS.

 

define('HTTP_SERVER', 'http://www.mydom.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://mydom.websitesource.net'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.mydom.com');

define('HTTPS_COOKIE_DOMAIN', 'mydom.websitesource.net');

define('HTTP_COOKIE_PATH', '/catalog');

define('HTTPS_COOKIE_PATH', '/catalog/');

...

 

define('HTTP_SERVER', 'http://www.mydom.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers

define('HTTP_CATALOG_SERVER', 'http://www.mydom.com');

define('HTTPS_CATALOG_SERVER', 'https://mydom.websitesource.net');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

Archived

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

×
×
  • Create New...