Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTTP_Server config for SSL


Guest

Recommended Posts

Hello,

 

I am trying to configure the checkout procedure. The site is www.warmheartpashmina.com, and the shop is installed in a folder called warmheartpashmina.com/catalog on my account. The root of the account is www.qingqi.ch, which hosts another site.

 

When I add a product to the cart, and check out, I receive an error that the ssl certificate doesn’t match….

This is probably not the site that you are looking for!

You attempted to reach www.warmheartpashmina.sslpowered.com, but instead you actually reached a server identifying itself as *.sslpowered.com. This may be caused by a misconfiguration on the server or by something more serious. An attacker on your network could be trying to get you to visit a fake (and potentially harmful) version ofwww.warmheartpashmina.sslpowered.com. You should not proceed.

 

 

In OScommerce config files (admin/includes/config, and catalog/includes/config) I have the following:

 

define('HTTP_SERVER', 'http://www.warmheartpashmina.com/');

define('HTTPS_SERVER', 'https://www.warmheartpashmina.sslpowered.com/');

define('ENABLE_SSL', true);

define('HTTP_COOKIE_DOMAIN', 'www.warmheartpashmina.com/');

define('HTTPS_COOKIE_DOMAIN', 'www.warmheartpashmina.com/');

define('HTTP_COOKIE_PATH', 'catalog/');

define('HTTPS_COOKIE_PATH', 'catalog/');

define('DIR_WS_HTTP_CATALOG', 'catalog/');

define('DIR_WS_HTTPS_CATALOG', 'warmheartpashmina.com/catalog/');

 

define('HTTP_SERVER', 'http://www.warmheartpashmina.com');

define('HTTP_CATALOG_SERVER', 'http://www.warmheartpashmina.com');

define('HTTPS_CATALOG_SERVER', 'https://www.warmheartpashmina.sslpowered.com');

define('ENABLE_SSL_CATALOG', 'true');

define('DIR_FS_DOCUMENT_ROOT', '/mnt/w0308/d35/s40/b01a9a05/www/warmheartpashmina.com/catalog/');

define('DIR_WS_ADMIN', '/warmheartpashmina.com/catalog/admin/');

define('DIR_FS_ADMIN', '/mnt/w0308/d35/s40/b01a9a05/www/warmheartpashmina.com/catalog/admin/');

define('DIR_WS_CATALOG', '/warmheartpashmina.com/catalog/');

define('DIR_FS_CATALOG', '/mnt/w0308/d35/s40/b01a9a05/www/warmheartpashmina.com/catalog/');

 

Can I change something here to avoid the error?

 

Thanks for any help.

 

Matthew

Link to comment
Share on other sites

I am not familiar with the *.sslpowered.com notation, but the implication that I get from http://help.godaddy.com/article/567 is that it should be warmheartpashmina.sslpowered.com instead of www.warmheartpashmina.sslpowered.com. Just removing the www. in the configuration file might work. If not, then your host would need to help you fix that.

 

According to the link, the notation you have will work in Firefox but not Internet Explorer. Is that what you are seeing?

Always back up before making changes.

Link to comment
Share on other sites

Hello Matthew,

 

I get the same error for my page (www.willy-condoms.com). Did you manage to solve it? If yes, could you please tell me how? Thanks!

 

Regards,

Marleen

 

Hi Marleen,

 

I am hosted by netfirms, and their standard is *.sslpowered...

 

in the end, I was having a problem because the domain the shop is on, and the root domain I am hosting at netfirms are different.

 

I changed the secure server setting in configure files to be "myrootdomain.sslpowered.com/myshopdomainnamefolder" (no www)

 

That fixed the ssl certificate issue, but created a few others with flash carousel I am now working on.

 

Hope that helps,

 

Matt

Link to comment
Share on other sites

Hi all,

 

Thanks so much for your help, I finally got it working now. My host company changed the issued by info and I managed to add www to all my links. I thought I did this, but I noticed that one of the configure.php files was protected, so I could not upload it. I changed the permissions and uploaded it, and after that I changed back the permissions.

 

I am so happy :).

 

Regards,

Marleen

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...