Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Another SSL question - https pages cannot be displayed


Guest

Recommended Posts

Posted

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);

Posted
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','/');

Posted

Hiya,

thanks but none of that worked.

 

Not sure why Id have to change printempire.co.uk to printempire.co.uk.com

Posted

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.

Posted

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

Posted
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. :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...