Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cat items leave SSL connection.


Guest

Recommended Posts

I seem to be having an SSL problem in that when I click on any catalog item, it seems to abandon my SSL connection. The catalog images are stored locally, and both configure.php files seem to agree to use SSL.

 

Here is an excerpt:

 

define('HTTP_SERVER', 'http://www.fresnomotorsports.com'); // eg, http://localhost - should not be empty for productive servers

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

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

define('HTTP_COOKIE_DOMAIN', 'www.fresnomotorsports.com');

define('HTTPS_COOKIE_DOMAIN', 'www.fresnomotorsports.com');

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

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

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

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

 

 

Any ideas as to what might be causing this?

 

Thanks!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...