Guest Posted November 28, 2002 Posted November 28, 2002 Hey everyone, I'm new to OSC and still learning everday about PHP. I have everything installed properly on my server, but I have to get the SSL enabled on the page. I have OpenSSL installed on my server, but I don't know how to enable it for OSC. Anyone know exactly what to do?
Guest Posted November 28, 2002 Posted November 28, 2002 In both catalog/includes/configure.php and admin/includes/configure.php make sure you have SL to true define('HTTP_SERVER', 'http://www.charme-et-vous.com'); // eg, http://localhost - should not be NULL for productive servers define('HTTPS_SERVER', 'https://secure20.dnsrouter.com/~charme/'); // eg, https://localhost - should not be NULL for productive servers define('ENABLE_SSL','true'); // secure webserver for checkout procedure? Regards
Recommended Posts
Archived
This topic is now archived and is closed to further replies.