Guest Posted February 6, 2007 Share Posted February 6, 2007 I seem to be having an SSL problem in that when I click on any catalog item, it seems to abandon my SSL connection. The catalog images are stored locally, and both configure.php files seem to agree to use SSL. Here is an excerpt: define('HTTP_SERVER', 'http://www.fresnomotorsports.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.fresnomotorsports.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.fresnomotorsports.com'); define('HTTPS_COOKIE_DOMAIN', 'www.fresnomotorsports.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); Any ideas as to what might be causing this? Thanks! Link to comment Share on other sites More sharing options...
Guest Posted February 7, 2007 Share Posted February 7, 2007 I fixed it by making the HTTP_SERVER point to https://www.fresnomotorsports.com. It's not really documented, and seems kinda like a bug to me. HTTP should mean just that. If something else is required, it should at least be documented. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.