justinswa Posted July 14, 2003 Share Posted July 14, 2003 Hi, How do you get os commerce working with a secure server? I've never used SSL before. I got osc up and running fine, then got SSL set up for my domain. The SSL is on a seperate server (shared ssl apparently) so I ftp to the secure server using the same username and pass as for the normal server and then up come my domain name with an empty public_html dir and a cgi-bin. Can't ftp to either of them - permission denied. Asked my ISP about that and no response yet. Assuming that I can work that one out, what then? Do I have to transfer the whole site to the secure server or can I just transfer certain files for the checkout routine and admin? If I've got to move the whole lot, anyone know an SSH/Telnet command to shift the whole lot from one server to another without hours of FTP? Thanks! Justin Link to comment Share on other sites More sharing options...
Guest Posted July 14, 2003 Share Posted July 14, 2003 The only thing you should have to do is in both your admin and catalog/includes/configure.php put the right path to your shared ssl define('HTTP_SERVER', 'http://your domain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://your ssl url.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? HTH The_Bear Link to comment Share on other sites More sharing options...
justinswa Posted July 14, 2003 Author Share Posted July 14, 2003 Ok, I got the ftp working - that was my ISP''s c**k up. I've already got all the settings changed in my configure files but because it's shared ssl, the URL is https://www.ispsecureserver/www.mydomain.com, so it won't work unless I move all the checkout & admin files onto this server, right? Justin Link to comment Share on other sites More sharing options...
Guest Posted July 14, 2003 Share Posted July 14, 2003 No you should not have to upload nothing on the ssl server in your admin you should have something like this https://www.your ssl address/~a username/ not https://www.ispsecureserver/www.mydomain.com HTH The_Bear Link to comment Share on other sites More sharing options...
KEKS Posted July 24, 2003 Share Posted July 24, 2003 No you should not have to upload nothing on the ssl serverin your admin you should have something like this https://www.your ssl address/~a username/ not https://www.ispsecureserver/www.mydomain.com HTH The_Bear thats how my isp wants me to use it with /~username/file location but i am confused how the / file location should look like example https://host2.ipowerweb.com/~keks/catalog/ ??? this wont work file not found I bet its something simple thank you :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.