Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Papal IPN SSL


  • You cannot reply to this topic
3 replies to this topic

#1 infussion

  • Community Member
  • 13 posts
  • Real Name:Todd Maiorano

Posted 17 April 2004, 17:02

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

#2 moxicon

  • Community Member
  • 2 posts
  • Real Name:Moxley Stratton

Posted 21 April 2004, 21:15

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.

#3 horror_guy

  • Community Member
  • 120 posts
  • Real Name:Mark

Posted 14 May 2004, 06:53

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

#4 horror_guy

  • Community Member
  • 120 posts
  • Real Name:Mark

Posted 14 May 2004, 07:11

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...

Quote

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