Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL and name don't match


superej

Recommended Posts

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

I installed an SSL cert and I keep getting the following error

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?

 

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

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

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

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

Archived

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

×
×
  • Create New...