Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to switch from SSL (https) to non SSL (http)


Broadsword

Recommended Posts

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

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.

 

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

Archived

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

×
×
  • Create New...