Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Cert


Orphon

Recommended Posts

ok, I tried to search the forums and I was getting all sorts of weird errors...

 

Anyway... anyway, I got a SSL Cert from freessl.... I had my host install it. I can get to the cart using https://mydomain.com/catalog.... but if you click on anything else it gets rid of the s.... I think there was something I need to turn on but I can't remember what it is ...

 

Please help :)

Angela

Link to comment
Share on other sites

OSC is set up to move between http for public viewing of products etc. and https for private functions such as shopping cart and login.

Suggest you test some more. :)

HTH

Neil

 

Common sense is genius dressed in working clothes.

Ralph Waldo Emerson

Link to comment
Share on other sites

Have a look in your 2 configure.php files - admin & catalog

Set https to true.

define('HTTPS_SERVER', 'https://yoursite.com'); // eg, https://localhost - should not be NULL for productive servers

define('ENABLE_SSL', true); //

:)

HTH

Neil

 

Common sense is genius dressed in working clothes.

Ralph Waldo Emerson

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...