Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Making entire osCommerce SSL secure


fightingfriends

Recommended Posts

Posted

At the moment osCommerce is running at http://xiniusclothing.com but I want it to run at https://xiniusclothing.websitesource.net which is my secure server.

 

Changing the value of HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER in the Admin configue files works and links to the secure catalog from the admin area. But changing HTTP_SERVER to the secure site doesnt do anything.

 

This is part of my catalog configure file:

 

 define('HTTP_SERVER', 'https://xiniusclothing.websitesource.net'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://xiniusclothing.websitesource.net'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'https://xiniusclothing.websitesource.net');
 define('HTTPS_COOKIE_DOMAIN', 'https://xiniusclothing.websitesource.net');
 define('HTTP_COOKIE_PATH', 'https://xiniusclothing.websitesource.net');
 define('HTTPS_COOKIE_PATH', 'https://xiniusclothing.websitesource.net');

 

And that's just not doing anything. All links still go to the unsecure site.

 

Am I do something wrong or changing values in the wrong pl ace or what?

Posted

you should not use ssl for the entire site, as it will be very slow nor is it recommended.

you need to put the files back so can see what gives with the site tho.

Archived

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

×
×
  • Create New...