danielorth Posted February 11, 2003 Posted February 11, 2003 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?
Guest Posted February 11, 2003 Posted February 11, 2003 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
Guest Posted February 11, 2003 Posted February 11, 2003 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
Guest Posted February 11, 2003 Posted February 11, 2003 Dont worry about that because what has to be secure is secure but If you want the padlock closed put your HTTPS//your secure path.com/catalog/admin to log in HTH
Recommended Posts
Archived
This topic is now archived and is closed to further replies.