Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Transmission Failure ???


jackyjee

Recommended Posts

Posted

Hello, can anyone help me, please?

after finished installing oscommerce, i try to create an account myself, to check whether it can be work properly or not. but unfortunately, it failed! i got this error message:

 

=========================================

| Secure connection: fatal error (47) |

--------------------------------------------------------------------------

https://**********/create_account.php

 

Transmission failure.

=========================================

 

i enabled the SSL during installation. i think the problem is here, because the URL shown in the error message is https, not http. So, how can i fix the problem?

 

 

Jacky

Posted

In includes/configure.php, change

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

to

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

Hth,

Matt

Always back up before making changes.

Archived

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

×
×
  • Create New...