MicahCarrick / PHP-PayPal-IPN

PHP 5 class to listen for and handle Instant Payment Notifications (IPN) from PayPal.
BSD 3-Clause "New" or "Revised" License
419 stars 211 forks source link

PayPal blocked SSLv3 #30

Closed mdriess closed 10 years ago

mdriess commented 10 years ago

Due to POODLE security vulnerability, PayPal has blocked SSL v3, which prevents this script from working.

A temporary workaround that will stop working on or around Nov 6 is changing PayPal host domain to ipnpb.paypal.com (line 71), but a long term issue that replaces SSL v3 in this script will be needed. Is a fix coming?

mdriess commented 10 years ago

Closing - duplicate issue with issue #29