itinerant baker Posted March 12, 2007 Posted March 12, 2007 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:
Guest Posted March 12, 2007 Posted March 12, 2007 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:
itinerant baker Posted March 12, 2007 Author Posted March 12, 2007 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:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.