Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Activating SSL after installation


nicktaylorcentral

Recommended Posts

Posted

Hi, I have installed a copy of Oscommerce on my server and made customisations for my needs.

 

The site is now live, and it does not have SSL. I have just obtained a SSL certificate but am confused about how to use https. I remember in the setup pages that there was a tick box for SSL which obviosuly at the time I could not use.

 

Please could someone tell me if there is a way to activate SSL either through the admin panel or coding. I have seen the "your site is not ssl protected" thing in the admin panel with the padlock image but I could not change it.

 

Many thanks for any replies,

 

Nick.

Posted

Open catalog/admin/includes/configure.php

 

Go to line 19 {define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module} if 'false' then change to 'true' .

 

Open catalog/includes/configure.php go to line 18 {define('ENABLE_SSL', true); // secure webserver for checkout procedure?} and chnage from 'false' to 'true'.

Learning is not attained by chance, it must be sought for with ardor and attended to with diligence.

Archived

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

×
×
  • Create New...