jackyjee Posted June 26, 2004 Posted June 26, 2004 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
vasttech Posted June 26, 2004 Posted June 26, 2004 Do you have a certificate or access to a shared one through your host? If not then you need to disable SSL. osCommerce Knowledge Base osCommerce Documentation Contributions
♥ecartz Posted June 26, 2004 Posted June 26, 2004 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.
jackyjee Posted June 27, 2004 Author Posted June 27, 2004 ok, fixed it! Thanks vasttech and ecartz! :) Jacky
Recommended Posts
Archived
This topic is now archived and is closed to further replies.