Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shared SSL on Shared Host


kavin

Recommended Posts

Guys,,, I have hosted my oscommerce with the web hosting, and they offer customer the shared ssl feature, which I somehow have to point to the specific path. So, if I would like to enable ssl feature for oscommerce, do I need to recoding all of the pages or not? or if you guys have done this before, please let me know or give me some information on how to enable this feature.

 

PS: I know there's a lot of things to do to enable it, but I would thank you for your help..

Link to comment
Share on other sites

Guys,,, I have hosted my oscommerce with the web hosting, and they offer customer the shared ssl feature, which I somehow have to point to the specific path. So, if I would like to enable ssl feature for oscommerce, do I need to recoding all of the pages or not? or if you guys have done this before, please let me know or give me some information on how to enable this feature.

 

PS: I know there's a lot of things to do to enable it, but I would thank you for your help..

 

I use a shared ssl cert and the only difference I had to make is the define https server entry in configure.php

 

  define('HTTP_SERVER', 'http://www.acme-widgets.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://clarahost.clara.net/www.acme-widgets.com');
 define('ENABLE_SSL', true); //

 

Instead of :

 

  define('HTTP_SERVER', 'http://www.acme-widgets.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://www.acme-widgets.com');
 define('ENABLE_SSL', true); //

Light, in the absence of eyes, illuminates nothing.

Link to comment
Share on other sites

I use a shared ssl cert and the only difference I had to make is the define https server entry in configure.php

 

 ?define('HTTP_SERVER', 'http://www.acme-widgets.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://clarahost.clara.net/www.acme-widgets.com');
?define('ENABLE_SSL', true); //

 

Instead of :

 

 ?define('HTTP_SERVER', 'http://www.acme-widgets.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://www.acme-widgets.com');
?define('ENABLE_SSL', true); //

 

I haved tried to change the code as your suggestion, first the key(cert) popup is found but when I clicked "OK" button, the page can not be found. I also tried to test the page(https://www.siamtrade.com/test.php) and it was ok. So, I think there should be in oscommerce coding. Help me please!!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...