Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL installation for a secure checkout


Guest

Recommended Posts

Question: I am trying to setup the checkout on my site with a SSL. I have the certificate, request, key, and CA all installed but the only way the page will show up as being SSL is if https: is at the forefront of the web address. Does anyone have any quick solutions to solve this problem? In html it is not problem re-directing via a button but in the OS world I am a bit lost. Any help would be greatly appreciated.

Link to comment
Share on other sites

Question: I am trying to setup the checkout on my site with a SSL. I have the certificate, request, key, and CA all installed but the only way the page will show up as being SSL is if https: is at the forefront of the web address. Does anyone have any quick solutions to solve this problem? In html it is not problem re-directing via a button but in the OS world I am a bit lost. Any help would be greatly appreciated.

Hi Texan,

if you haven't already done so, you need to alter two files: includes/configure.php & admin/includes/configure.php to enable ssl

define('HTTP_SERVER', 'http://www.yourdomain.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://yourdomain.com'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

try this post for further explanation

 

good luck

tiger

I'm feeling lucky today......maybe someone will answer my post!

I do try and answer a simple post when I can just to give something back.

------------------------------------------------

PM me? - I'm not for hire

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...