Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ssl setup


Guest

Recommended Posts

I have a store running now , I know when you setup you con select SSL. But how do you get it up and running once you have a store already running and taken orders without loosing the store or have to reinstall.

 

Im looking to protect just the payment page , and I need to switch over to run under https:// cert is installed server side need to make the changes site side.

 

thank you

 

Jim

Link to comment
Share on other sites

There are already many threads on this topic.

 

In /catalog/includes/configure.php

 

Make appropriate changes to these lines. They will need to match the fully qualified domain name on your cert. For example, an SSL Certificate issued for mydomain.com will not be valid for www.mydomain.com.

 

 

 

  define('HTTPS_SERVER', 'https://www.mydomain.com'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure?
 define('HTTPS_COOKIE_DOMAIN', 'www.mydomain.com');
 define('HTTPS_COOKIE_PATH', '/catalog/');
 define('DIR_WS_HTTPS_CATALOG', '/catalog/');

while (!succeed) {try()};

 

GMT -6:00

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...