So, I am trying to figure out the best way to use SSL with this cart.
First off, I am fully aware that for Paypal transactions, SLL is not a necessity. Thank you. Let's move on...
Here are three options, and I need advice, pros and cons etc...
1) I can run/redirect the whole site through SSL, via an apache rewrite rule, and it makes things easier to setup, as you don't have to worry about using relative or full paths etc... although you need to watch out for any pictures that link via external http on certain plugins.
Downside, there is some handshaking so it does slow things down a bit, so if you have a very busy site, might not be the best option... but, technically, it looks good, customers might feel safer, and I think that it would work great with the eMember plugin.
2) I can force the Checkout Page 'only' to go through https/SSL via a rewrite rule in apache. I ran into issues with this option, when using Digital Product Variations.
3) A bit 'like' option 2)/above, I can simply setup the Checkout Page url only, to go through https/SSL, but this time, in the cart setting options, like the following for example:
Checkout Page: https://www.the_shop_that_sales_ferraris.com/shop/
Now, in this scenario, should Return URL and Cancel URL go through https/SSL as well? and what else should and should not go through https, to avoid getting errors in certain browsers?
What about the download validation scrip; http or https?
There isn't much info on setting up the cart with SSL, what do you guys think?
Would be good to have a SOLID STICKY on SSL.