Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I use SSL with osCommerce?


danielorth

Recommended Posts

In both your admin/includes/configure.php and catalog/includes/configure.php

Make sure your SSL is enable

define('HTTP_SERVER', 'http://www.your domain.com'); // eg, http://localhost - should not be NULL for productive servers

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

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

 

HTH

Link to comment
Share on other sites

Thanks for any help

 

My shop is using ssl just fine

But Admin is has a warning bottom left saying admin is unsecure and has an open padlock

 

I followed you instruction above and both are set to true

 

Whats next??

 

Thanks

Linden

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...