Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can I turn SLL Off after installation?


kapearl

Recommended Posts

Posted

During installation I checked the box for ssl but I don't have it working properly yet (even though my hosting account has it.) Anyway... I have all sorts of brokent links and I am assuming it is because SSL is not working... but I said I had it. How do I deactiveate it so my site works! I am just going to use paypal so I am not concerned right now about the ssl!

Posted
During installation I checked the box for ssl but I don't have it working properly yet (even though my hosting account has it.) Anyway... I have all sorts of brokent links and I am assuming it is because SSL is not working... but I said I had it. How do I deactiveate it so my site works! I am just going to use paypal so I am not concerned right now about the ssl!

 

I don't think your problems are with the ssl. You do need to use ssl it protects the information collected about your customers. You need to do this in your catalog/includes/configure.php file.

 

You need to set the following statements:

 

define('HTTPS_SERVER', 'https://xxxxxxx.com,'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTPS_COOKIE_DOMAIN', '.xxxxxxx.com,');

 

You will need to change the permissions on the file to 644 to upload and then set them to 444 after the upload.

 

Perhaps posting a link to your shop would be usefull to see what broken links you are experinceing.

Backup before making changes. Backup before making changes! Backup before making changes!!

 

You did do a backup? eh?

Posted
Perhaps posting a link to your shop would be usefull to see what broken links you are experinceing.

 

The shop is http://www.treasuresbylindsay.com

 

the account and checkout don't work.. also the notify. Those are the only ones I have come across so far. I am sure there are more!

Archived

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

×
×
  • Create New...