Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Install question


gmarkr

Recommended Posts

Does anyone have any information or know where to get it, reference installation using the SSL.

 

Specifically, I have installed the scripts and everything seems to be working fine up until I try to place an order and the system starts looking for links on a https server. I have an https server, I am just unclear as to which of the scripts need to be installed there. I seem to be having problems finding this information -or- anyone who knows anything about it. How are others dealing with this?

Link to comment
Share on other sites

Can you provide some more info. It sounds like you have separate directories for http & https traffic. If this is the case you can just symlink your current catalog dir to the https dir

Link to comment
Share on other sites

Does this mean that the system has to be either totally installed on https or http and not split up?

 

I have a http web site, but have also subscribe to securelook for https services which is a different url. Is this going to be a problem?

Link to comment
Share on other sites

I have a http web site, but have also subscribe to securelook for https services which is a different url. Is this going to be a problem?

 

Shouldn't - just configure in includes/configure.php

 

define('HTTPS_SERVER', 'your.ssl.server.com');

 

Not sure if this would have any impact on cookies as it sounds like domains are different.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...