bigbuck Posted January 6, 2005 Posted January 6, 2005 First of all thanks for reading :) I'm going to use paypal for checkout. (dont need it there) I just got a shared SSL set up thru my host. I only want to use the shared SSL when people register for new accounts or come back (new customer, returning customer) Where do i do that and how? What else should i secure with SSL? Any files? thank you mike
boxtel Posted January 6, 2005 Posted January 6, 2005 First of all thanks for reading :) I'm going to use paypal for checkout. (dont need it there) I just got a shared SSL set up thru my host. I only want to use the shared SSL when people register for new accounts or come back (new customer, returning customer) Where do i do that and how? What else should i secure with SSL? Any files? thank you mike <{POST_SNAPBACK}> if you enable ssl in configure.php, all is taken care of Treasurer MFC
♥Vger Posted January 6, 2005 Posted January 6, 2005 Okay, pages that need to be run on ssl are selected automatically by osCommerce. All that you have to do is to input the correct shared ssl settings in your includes/configure.php file, and set enable_ssl to 'true' I would however make full use of the shared ssl for your oscommerce 'admin' panel, in admin/includes/configure.php, and declare all requested http paths as being https://path_to_your_shared_cert/yourdomain.com Vger
bigbuck Posted January 6, 2005 Author Posted January 6, 2005 admin/includes I switched it to true. Is there anywhere else? I don't see no padlock, or wouldn't there be one?
bigbuck Posted January 6, 2005 Author Posted January 6, 2005 ttt I guess i need more. They gave me a http or some address to use. Do i or where do i have to apply it?
bigbuck Posted January 6, 2005 Author Posted January 6, 2005 I have define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module do i take (secure webserver for catalog module) switch to https://path_to_your_shared_cert/yourdomain.com do these, right? define('HTTP_SERVER', define('HTTP_CATALOG_SERVER' define('HTTPS_CATALOG_SERVER' how about this one too: // eg, http://localhost - should not be empty for productive servers
Recommended Posts
Archived
This topic is now archived and is closed to further replies.