Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shared SSL


cbspl

Recommended Posts

I have setup osCommerce without a SSL and has been working like a gem.

 

I then got the hosting company to set up to activate the shared SSL as we want to receive credit card payments over a secure environment.

 

I have changed the includes/configure.php to :-

 

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

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

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

define('HTTP_COOKIE_DOMAIN', 'www.seduction101.com.au');

define('HTTPS_COOKIE_DOMAIN', 'smartysecure.com/~hjs431');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/');

 

I can browse everything but when I go to checkout I get the following error :-

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

 

The browser has https://www.smartysecure.com/~hjs431/checko...9fbdf6828c58137 in the address bar when I click on checkout.

 

Should I have files in the shared server?

 

Thank you in advance as I'm really struggling with this issue.

Link to comment
Share on other sites

you need to make sure the ssl is working without the catalog, thus create an html file and then go to it via the https link if it doenst work then your shares ssl is not working

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...