Guest Posted April 17, 2004 Posted April 17, 2004 In regards to using SSL on osCommerce.....if I am only using Paypal for processing orders, is it still recommended that I enable SSL on my site? I have a shared SSL and when it is enabled and a customer logs in to continue the checkout process, their cart mysteriously becomes empty. If I turn off SSL, customers can shop, log into their cart and process the orders to Paypal 100%....not sure if turning off SSL is a security risk or not. Thanks, Todd Quote
moxicon Posted April 21, 2004 Posted April 21, 2004 If you are only using PayPal, there's no need for SSL on your site. You only need SSL if your web site will be receiving private information. The visitors' shopping carts keep dropping when they switch to SSL because of the way browser cookies work. By storing a cookie to the visitor' browser, OSCommerce can keep track of the visitor to maintain a relationship with a shopping cart. That cookie is private between the host (the site) and the visitor, and no other host can access the cookie. When your visitor switches to SSL, he is in effect switching to another host. These are addresses of three different hosts: http://example.com http://www.example.com https://www.example.com The visitor might consider these to be the same site, but the browser considers them different hosts, and will not share cookies between them. Quote
horror_guy Posted May 14, 2004 Posted May 14, 2004 Yes I too am on a shared connection and have SSL enabled on my checkout pages. Im trying to integrate Paypal IPN into my site now and will be doing all of my cc processing through them. I guess now that i've decided to use Paypal a SSL connection isn't neccessary. Which files will I have to modify now, so that the checkout and other SSL links work properly with paypal? Thanks, Mark Quote
horror_guy Posted May 14, 2004 Posted May 14, 2004 I just turned the Use SSL paramerter to False on my config page and that worked to disable the SSL links. But brings me to another question... If you are only using PayPal, there's no need for SSL on your site. You only need SSL if your web site will be receiving private information. Using paypal to verify transactions but what about security issues with the My Account link that redirects to the SSL host? Mark Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.