Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shared SSL and osCommerce


Shuey

Recommended Posts

I am trying to setup oscommerce to use the shared ssl cert. I have setup the /includes/config.php file (from other forum posts) to:

 

define('HTTP_SERVER', 'http://inveniotechnology.com');

define('HTTPS_SERVER', 'https://server6.totalchoicehosting.com/~shulmdj');

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

define('HTTP_COOKIE_DOMAIN', 'inveniotechnology.com');

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

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

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

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

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

define('DIR_WS_IMAGES', '/store/images/');

define('DIR_WS_ICONS', '/store/icons/');

 

when i try to login http://inveniotechnology.com/store/index.php i get a cookie usage error "We have detected that your browser does not support cookies..." My browswer is setup fine and the cookies work fine if i do not have SSL enabled. I have tired to change the HTTPS_COOKIE_DOMAIN to server6.totalchoicehosting.com/~shulmdj but that did not seem to do the trick.

 

As well, the icons, pictures, etc do not show up. Any idea how to rectify? (hopefully without having to make a duplicate copy in another folder)

 

Please help!

 

 

Thanks,

Dale

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...