seef Posted March 3, 2007 Share Posted March 3, 2007 Hi everyone, this is kind of a repeated topic here. I've spent alot of time searching for the answer before posting. The problem I'm having is getting SSL to work correctly. Here's what I've done. I had a perfectly fine installation working w/o ssl. Then I re-installed osC to include ssl. I've checked the includes/configure.php and admin/includes/configure.php and I'm not sure that there is anything wrong with them. My host provided me a method to generate and install my own ssl certs. (It's issued without the www). So I believe that I have that part of it installed correctly as well. When I try to access any secure page, IE doesn't display the page. It gives the error "Internet Explorer cannot display the webpage". The installation resides in the public_html/catalog folder. Can you spot any problems with my site? includes/configure: define('HTTP_SERVER', 'http://www.mysite.biz'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://mysite.biz'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', '.mysite.biz'); define('HTTPS_COOKIE_DOMAIN', '.mysite.biz'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); admin/includes/configure: define('HTTP_SERVER', 'https://www.mysite.biz'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.mysite.biz'); define('HTTPS_CATALOG_SERVER', 'https://mysite.biz'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module I really appreciate any help with this as I have spent hours reading and trying different things. Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 3, 2007 Share Posted March 3, 2007 If you go to https://www.mysite.biz, does it display correctly. If not, it means your ssl is not installed, which is why you are getting the errors. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
♥Vger Posted March 3, 2007 Share Posted March 3, 2007 It sounds like the famour "enabling SSL without having SSL" bug. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.