helohelo Posted January 20, 2004 Share Posted January 20, 2004 Hi, iam a osc and ssl rooky somaybe a stupid question. How does the ssl work for oscommerce? Do you need to install all oscommerce files into the httpS directory? I installed oscommerce without ssl on teh http directory messahe on my admin/index: You are not protected by a secure SSL connection. ok Now I want to install a certificate for https://www.secure.mywebsitename.com How to apply this changes to oscommerce? Keesjan Link to comment Share on other sites More sharing options...
Davee Posted January 22, 2004 Share Posted January 22, 2004 You will need to edit the includes/configure.php files to point to https://www.secure.mywebsitename.com define('HTTPS_SERVER', 'https://www.secure.mywebsitename.com'); // eg, https://localhost - should not be empty for productive servers Dave Link to comment Share on other sites More sharing options...
Urbluffingme Posted January 22, 2004 Share Posted January 22, 2004 How do you designate a file to be served by the secure server? I would like to make the create account page secure. naturally. What are the steps to make it secure. Link to comment Share on other sites More sharing options...
helohelo Posted January 22, 2004 Author Share Posted January 22, 2004 You will need to edit the includes/configure.php files to point to https://www.secure.mywebsitename.com define('HTTPS_SERVER', 'https://www.secure.mywebsitename.com'); // eg, https://localhost - should not be empty for productive servers Dave thanks, I maybe upload the whole oscommerce again on https://www.secure.mywebsitename.com Should I do anything specific then (I saw some install notes about ssl during first installation, I will follow them afcourse). Thanks again! Keesjan Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.