I am trying to set up an SSL setting for my store. (We are using a shared SSL) What should I use to do this?
Here are two ways I could see doing it but I can't get either to work:
- Enable SSL in Site Settings
- Fill out SSL URL (because we are using a shared server for SSL) & fill out Standard URL
then
- go to the page that contains the Cart
- Enable "Secure" in Page Settings
When I tried this, every time I would click "Buy now" it would transfer me to the secure url but the cart would be empty. (I'm guessing it's because it is filling up the cart in
http://www.website.com, not https://www.host.com/website/)
OR
I saw something in the options of the Cart that said...
Redirect Credit Card Data Form to SSL (https)? (No SSL connection for the CC form is used on localhost)
when I checked this it would redirect as it said: https://www.website.com
where as I need it to redirect to: https://www.host.com/website/
Any suggestions on how to solve my problem?
ie - which method I should be using and what I am doing wrong with that method
Thanks for you help!