jinlu Posted February 23, 2003 Posted February 23, 2003 From my understanding, we have to disable SSL in order to let the checkout works. Then customer will feel unsecure. Does anyway can let SSL work? Thanks!
Guest Posted February 23, 2003 Posted February 23, 2003 That's why you should have a SSL certificate when you run a shop
jinlu Posted February 23, 2003 Author Posted February 23, 2003 But in order to let checkout to work, we have to disable SSL in configure.php. I have SSL in my web hosting server, but how to use it in the shopping cart solution? Thanks!
Guest Posted February 24, 2003 Posted February 24, 2003 In both your catalog/includes/configure.php and admin/includes/configure.php it should be like this to work properly: 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.