Guest Posted July 4, 2004 Posted July 4, 2004 For some reason the SSL on one of my osCommerce sites is not kicking in. The store is located here: http://www.oceanartaquariums.com/store Here is a snippet from my configure.php file: define('HTTP_SERVER', 'http://www.oceanartaquariums.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.oceanartaquariums.com/store'); define('HTTPS_CATALOG_SERVER', 'https://oceanartaquariums.com/store'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module As you can see the enable is set to true but the website never kicks it over to https at any time during the checkout process... Your Help as always is appreciated! Thanks, - g
Guest Posted July 4, 2004 Posted July 4, 2004 did you modify the code in any way relating to ssl during development? is your ssl certificate installed properly? i do not even get a warning, manually going to https on your site, doesnt state anything about your site certificate. have you test port 443?
Guest Posted July 4, 2004 Posted July 4, 2004 From what I can see the cert was installed properly and nothing related to SSL was change and the only other even remotely involving it was the changing of a CSS tag for the page titles. You can bring the cert up by going to the main website: https://oceanartaquariums.com But not by going to the osCommerce store on the same domain extremely strange!!! indeed!!! Thanks in advance for any help - g
mjm Posted July 4, 2004 Posted July 4, 2004 its cause you let rich work on that thing!!!!! SALZA!!!!!!!!!
Guest Posted July 4, 2004 Posted July 4, 2004 i didnt notice it the first time around, however the part of the configure.php you posted is from admin/includes. go into /store/includes and edit your configure.php file there, changing the ssl settings.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.