Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Implementation


Guest

Recommended Posts

Posted

Let me start off by saying a big Sorry for not finding a similar post :-"

 

Ok, it would be awsome if there was some instructions on how to get that SSL working, here is some info

 

I run on a MS2.2, and the SSL has a dedicated IP.

 

 

What exactly should i do to get this up and running?

 

The install is under root, so / on the site is the catalog, also under the purchase of the SSL Certificate i choose https://xxxxxxx.com, without the www.

 

 

Any ideas?

 

 

:thumbsup:

Posted
Let me start off by saying a big Sorry for not finding a similar post :-"

 

Ok, it would be awsome if there was some instructions on how to get that SSL working, here is some info

 

I run on a MS2.2, and the SSL has a dedicated IP.

 

 

What exactly should i do to get this up and running?

 

The install is under root, so / on the site is the catalog, also under the purchase of the SSL Certificate i choose https://xxxxxxx.com, without the www.

 

 

Any ideas?

 

 

:thumbsup:

 

Only a few things to set. IN your catalog/includes/configure.php file set:

define('HTTPS_SERVER', 'https://xxxxxxx.com,'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTPS_COOKIE_DOMAIN', '.xxxxxxx.com,');

Backup before making changes. Backup before making changes! Backup before making changes!!

 

You did do a backup? eh?

Posted

works like a charm.

 

 

thanks a lot

Archived

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

×
×
  • Create New...