Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

From http to https: retrofitting my site


Guest

Recommended Posts

Posted

Hello,

When I first installed OS Commerce my site's url began with http://. I then turned on a shared SSL certificate and now some very odd things are happening:

*after starting in a secure environment the user gets directed to a non-secure one

*all of the images appear as broken links in IE (viva Firefox and Safar!)

 

I would like to do one of the following:

Either turn off SSL and secure the forms where people enter their credit card numbers manually OR manually change the PHP file that is creating all of these seemingly absolute links.

 

Thanks!

Posted
Hello,

When I first installed OS Commerce my site's url began with http://. I then turned on a shared SSL certificate and now some very odd things are happening:

*after starting in  a secure environment the user gets directed to a non-secure one

*all of the images appear as broken links in IE (viva Firefox and Safar!)

 

I would like to do one of the following:

Either turn off SSL and secure the forms where people enter their credit card numbers manually OR manually change the PHP file that is creating all of these seemingly absolute links.

 

Thanks!

 

 

if you turn on ssl (in your configure.php) then the switches between ssl and non-ssl is handled automatically by osc.

Treasurer MFC

Posted
if you turn on ssl (in your configure.php) then the switches between ssl and non-ssl is handled automatically by osc.

Do I change this to this:

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

to this;

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

Thanks!

Archived

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

×
×
  • Create New...