Guest Posted November 12, 2007 Posted November 12, 2007 Hiya, I'm not new to oscommerce but one of my clients has had SSL (Geotrust) installed. I have change the entries in configure.php EXACTLY how it states in http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/75 so I know he proble,m isn't that. Anyway, when you click through to a secure page such as Log In, it leads users to a Page Cannot Be Displayed page. Why??????? I have followed ALL instructions. The only 404 mention it has in http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/75 in some gumph about an errored install. HELP! please! Oh, the site is http://www.printempire.co.uk Oh and the https bits in configure.php are: define('HTTPS_COOKIE_DOMAIN', 'printempire.co.uk'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('HTTPS_SERVER', 'https://printempire.co.uk'); define('DIR_WS_HTTPS_CATALOG', '/'); define('ENABLE_SSL', true);
usernamenone Posted November 12, 2007 Posted November 12, 2007 Oh and the https bits in configure.php are: define('HTTPS_COOKIE_DOMAIN', 'printempire.co.uk'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('HTTPS_SERVER', 'https://printempire.co.uk'); define('DIR_WS_HTTPS_CATALOG', '/'); define('ENABLE_SSL', true); define('HTTP_SERVER', 'http://www.printempire.co.uk/'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.iprintempire.co.uk/'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.printempire.co.uk.com'); define('HTTPS_COOKIE_DOMAIN', 'www.printempire.co.uk'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG','/');
Guest Posted November 12, 2007 Posted November 12, 2007 Hiya, thanks but none of that worked. Not sure why Id have to change printempire.co.uk to printempire.co.uk.com
Guest Posted November 13, 2007 Posted November 13, 2007 Well, I've set the ENABLE SSL back to False for now until I can think of a solution or whether smeone replies. Thanks in advance to anyone who can help.
usernamenone Posted November 13, 2007 Posted November 13, 2007 sorry that was a type o and should be define('HTTP_COOKIE_DOMAIN', 'www.printempire.co.uk'); ssl should be set to true
usernamenone Posted November 13, 2007 Posted November 13, 2007 your login.php file is not ssl protected and the link goes to register.php, what is that and where did you get that link? Should be create_account.php
Guest Posted November 13, 2007 Posted November 13, 2007 ssl should be set to true Yes, I know, but it's a live site so I had to set it back to false while I got answers. your login.php file is not ssl protected and the link goes to register.php, what is that and where did you get that link? Should be create_account.php It's a heavily modded site with lots of page name changes. register.php was originally called create_account.php Also, I've turned OFF Enable SL for the time being which is why the login url starts with http ANYWAY.... I emailed the SSL company and they reckon it's because the hosts didn't configure the SSL cert properly during install so I'm getting it (hopefully) sorted out by them. Thanks for he responses. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.