Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL setup


justinswa

Recommended Posts

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

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

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

  • 2 weeks later...
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

 

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

Archived

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

×
×
  • Create New...