Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I use SSL with osCommerce?


danielorth

Recommended Posts

Posted

on my server-info (in admin) there was the message "OpenSSL support enabled - OpenSSL Version OpenSSL 0.9.6 24 Sep 2000". What are the steps to follow to use SSL with OSCommerce?

Posted

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

Posted

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

Archived

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

×
×
  • Create New...