Hi All,
I have a problem with HTTPS in which, when I define HTTPS_SERVER (as per below) customers cannot log in.
define('HTTP_SERVER', 'http://www.mysite.com');
define('HTTPS_SERVER', 'https://www.mysite.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'TRUE');
When I mark it as a comment, // (refer again below), customers can login.
define('HTTP_SERVER', 'http://www.mysite.com');
//define('HTTPS_SERVER', 'https://www.mysite.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'TRUE');
The site needs to be running ssl and I have other sites on our webservers, some of which are, doing the same.
Certificate services are running and configured as I have one site running in ssl currently on the same webservers.
Can anyone shed some light on this??? Does anyone else have this problem???
Thanks,
Janda3178



