superej Posted November 8, 2006 Share Posted November 8, 2006 I installed an SSL cert and I keep getting the following error The name on the security certificate is invalid or does not match The cert is issued to secure.jewelrystylist.com I have tried changing my config files to say both https://www.jewelrystylist.com and https://secure.jewelrystylist.com. Neither seems to fix the problem. I finally had to upload all my secure pages to the secure folder so that customers could still checkout while I fix the problem. I know this is not the correct way to handle secure pages though. Any suggestions? Link to comment Share on other sites More sharing options...
solo73 Posted November 8, 2006 Share Posted November 8, 2006 I installed an SSL cert and I keep getting the following errorThe cert is issued to secure.jewelrystylist.com I have tried changing my config files to say both https://www.jewelrystylist.com and https://secure.jewelrystylist.com. Neither seems to fix the problem. I finally had to upload all my secure pages to the secure folder so that customers could still checkout while I fix the problem. I know this is not the correct way to handle secure pages though. Any suggestions? How does your config.php look? should be as below define('HTTP_SERVER', 'http://jewelrystylist.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://secure.jewelrystylist.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? Link to comment Share on other sites More sharing options...
superej Posted November 8, 2006 Author Share Posted November 8, 2006 Yes that is what it says. I copied this from the live site. define('HTTP_SERVER', 'http://jewelrystylist.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://secure.jewelrystylist.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? Link to comment Share on other sites More sharing options...
solo73 Posted November 8, 2006 Share Posted November 8, 2006 Yes that is what it says. I copied this from the live site. I tried to checkout on your site and I get the same error because the chekout page goes to https://jewelrystylist.com/cart/login.php instead of 'https://secure.jewelrystylist.com/cart/login.php' if you have defined define('HTTPS_SERVER', 'https://secure.jewelrystylist.com'); the checkout screen should have taken me to 'https://secure.jewelrystylist.com/cart/login.php' instead of https://jewelrystylist.com/cart/login.php Link to comment Share on other sites More sharing options...
solo73 Posted November 8, 2006 Share Posted November 8, 2006 I tried to checkout on your site and I get the same error because the chekout page goes to https://jewelrystylist.com/cart/login.php instead of 'https://secure.jewelrystylist.com/cart/login.php' if you have defined define('HTTPS_SERVER', 'https://secure.jewelrystylist.com'); the checkout screen should have taken me to 'https://secure.jewelrystylist.com/cart/login.php' instead of https://jewelrystylist.com/cart/login.php I am assuming the config file changed is in includes/config.php and not the one from admin :D Link to comment Share on other sites More sharing options...
superej Posted November 8, 2006 Author Share Posted November 8, 2006 Yes that info was from cart/includes and not from admin. Seems like it should work correctly Link to comment Share on other sites More sharing options...
superej Posted November 8, 2006 Author Share Posted November 8, 2006 Does this problem have to do with Relative/absolute links? Link to comment Share on other sites More sharing options...
♥Vger Posted November 9, 2006 Share Posted November 9, 2006 Check in both of your includes/local/ folders to see if you have alternative configure.php files in them. If you do then rename or delete them. Vger Link to comment Share on other sites More sharing options...
superej Posted November 10, 2006 Author Share Posted November 10, 2006 There are no configure.php files in includes/local just in includes. Should there be? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.