Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with create account and login


coyote-1

Recommended Posts

You get redirected to your hosting company wbesite, because that's the address of the ssl certificate.

 

The certificate is worthless anyway, as it is both issued To and issued BY your web hosting company - meaning that it is a self-generated and self-signed certificate. For a certificate to be 'Trusted' it has to be issued TO a domain but issued BY a trusted provider of SSL certificates e.g. Thawte, Geotrust, Comodo etc.

 

Vger

Link to comment
Share on other sites

In both catalog and admin/includes/configure.php change this:

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

to this:

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

if you dont have a ssl certificate

 

The_Bear

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...