Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

https and configure.php


itinerant baker

Recommended Posts

Posted

To get the site to work properly I have to add the secure server address (https://......) to "define('HTTP_SERVER'" and "define('HTTP_CATALOG_SERVER'" in /admin/includes/configure.php - surely this isn't right! Shouldn't that be the non secure server (http://....) with the secure server in "define('HTTPS_CATALOG_SERVER'"?

 

Without doing this I get the "You are not protected by a secure SSL connection" message and the url doesn't seem to change to the secure server url at any point. With it everything seems to work as it should but I'm getting some problems with some contributions that I don't get when I'm unsecure (notably this one with osplayer).

 

 

Could this be because it's a shared ssl from my host or might it be because the shop isn't in the web root directory (/shop instead)?

 

 

:edited for clarity:

Posted

Sounds to me that you don't have your https setting in both config files set to TRUE instead of False

 

This should fix your problem

 

To get the site to work properly I have to add the secure server address (https://......) to "define('HTTP_SERVER'" and "define('HTTP_CATALOG_SERVER'" in /admin/includes/configure.php - surely this isn't right! Shouldn't that be the non secure server (http://....) with the secure server in "define('HTTPS_CATALOG_SERVER'"?

 

Without doing this I get the "You are not protected by a secure SSL connection" message and the url doesn't seem to change to the secure server url at any point. With it everything seems to work as it should but I'm getting some problems with some contributions that I don't get when I'm unsecure (notably this one with osplayer).

Could this be because it's a shared ssl from my host or might it be because the shop isn't in the web root directory (/shop instead)?

:edited for clarity:

Posted

hmmmmmmm, interesting.

 

 

In admin/includes/configure.php I have it set to 'true' and in includes/configure.php it's just true (without apostrophes.) Changing either of them doesn't seem to make any difference though. :angry:

Archived

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

×
×
  • Create New...