osclover Posted September 6, 2005 Posted September 6, 2005 My ssl is not working. Here is my configure.php file coding: define('HTTP_SERVER', 'http://www.my_site.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://dwhs.net/~lolo'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.my_site.com'); define('HTTPS_COOKIE_DOMAIN', 'www.dwhs.net/~lolo'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); When I try to login i get a javascript window asking whether i want to display non secure items or not, no matter what I select I am taken to a page like this: One or like this: two And on both these pages i get the message that 'Page Not Found'. Please guide me in this regard. Thanks.
Guest Posted September 6, 2005 Posted September 6, 2005 since you are usinga shared certificate, seems it is not working properly for your site, or your host has not really given you access to use it. this is a hosting error and not an osCommerce error.
osclover Posted September 7, 2005 Author Posted September 7, 2005 Thanks Mibble. I am going to talk to them about it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.