Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL after the fact


Guest

Recommended Posts

Hello- please pardon my ignorance if I am asking something stupid. I am more of a designer that tech!

 

We installed OSC and have it up and running fine. The client now wants us to install SSL.

 

My hosting company can do the certificate just fine, but I am at a loss as to what changes I need to make in OSC.

 

Suggestions would be much appreciated.

 

Don

Link to comment
Share on other sites

In both of your configure.php files, where it says enable_ssl set it to true

 

In includes/configure.php:

 

For https_server set it to http://www.yourdomain.com

 

for https_cookie_domain set it to www.yourdomain.com

 

or just yourdomain.com if cert is issued to yourdomain.com and not www.yourdomain.com

 

for https_cookie_path set it to '/' for an install in the root folder.

 

For admin/includes/configure.php (to fully secure it)

 

make http_server https_server and http_catalog_server all read https://www.yourdomain.com (puts all 'admin' behind ssl)

 

Vger

Link to comment
Share on other sites

 

[We installed OSC and have it up and running fine. The client now wants us to install SSL.]

 

[My hosting company can do the certificate just fine, but I am at a loss as to what changes I need to make in OSC.]

 

 

 

I was going to ask this next week !

Thanks to vger I wont have too...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...