Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with SSL during checkout


sebman21

Recommended Posts

I have OSC MS2 and use the godaddy SSL shared certificate. I am unable to get the padlock to show up when I click on the checkout link, but if I type in https://www.buythepack.com , the padlock shows up. I read some other forum posts, and changed a few things, but nothing seems to work. Does anyone have an idea on what to do?

 

I remember reading something on making two directories, one for ssl and one for the rest of the site, but I dont remember where I found it.

 

 

Thanks in advance

Link to comment
Share on other sites

When you go to a secure page on your site, there is an error message about non-secure items. If you proceed from there, the lock will be broken since the page is not secure. You need to fix those errors. Search the forums for non-secure (you may need to use google) since there are many threads on how to solve this.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I clicked on the lock on the secure page, and it says that it is secure. Here is my configure.php file- maybe my problem is in here? I thought the problem might have been with the 'www', but I tried a bunch of combinations and still nothing works. Thanks

 

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
 define('HTTP_SERVER', 'http://www.buythepack.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://www.buythepack.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.buythepack.com');
 define('HTTPS_COOKIE_DOMAIN', 'www.buythepack.com');
 define('HTTP_COOKIE_PATH', '/catalog/');
 define('HTTPS_COOKIE_PATH', '/catalog/');
 define('DIR_WS_HTTP_CATALOG', '/catalog/');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...