Broadsword Posted September 4, 2005 Share Posted September 4, 2005 Hi, I've installed osCommerce and am configuing it but during the installation i checked the SSL box in error, and now of course the Checkout and payment side don't work as it's looking for a SSL secure server but the site is hosted on a normal non-secure server. Can anyone please tell me what file i need to edit or what i need to change so it doesn't try and look for a secure server? Thanks. Link to comment Share on other sites More sharing options...
wheeloftime Posted September 5, 2005 Share Posted September 5, 2005 Hi, I've installed osCommerce and am configuing it but during the installation i checked the SSL box in error, and now of course the Checkout and payment side don't work as it's looking for a SSL secure server but the site is hosted on a normal non-secure server. Can anyone please tell me what file i need to edit or what i need to change so it doesn't try and look for a secure server? Thanks. <{POST_SNAPBACK}> Look in your catalog/includes/configure.php and set define('ENABLE_SSL', true); // secure webserver for checkout procedure? to define('ENABLE_SSL', false); // secure webserver for checkout procedure? Link to comment Share on other sites More sharing options...
Broadsword Posted September 5, 2005 Author Share Posted September 5, 2005 Look in your catalog/includes/configure.php and set define('ENABLE_SSL', true); // secure webserver for checkout procedure? to define('ENABLE_SSL', false); // secure webserver for checkout procedure? <{POST_SNAPBACK}> Thanks for your reply. All sorted! Cheers. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.