Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with SSL


jen_jl

Recommended Posts

What I have done:

 

- upgraded my hosting account to SSL and had them change the SSL server to point to public_html files

- purchased certificate (installed by my hosting co.)

- modified the following two files with the info below.

catalog/includes/configure.php and

admin/includes/configure.php

 

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

define('HTTPS_SERVER', 'https://www.yourdomain.com');

define('ENABLE_SSL', 'true');

 

 

Problem:

 

When I go to http://www.mystore.com/catalog/checkout_payment.php, it's not secure. Ok fine, then I change the URL to https instead of just http, I get the same page, but it's secure.

 

What am I missing here? Why isn't the checkout process getting directed to the correct secure site/page?

 

I have searched the WIKI and the forums and can't seem to find anything else to help me out, other than what I have already done.

 

THANKS!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...