PHP-PayPal-IPN icon indicating copy to clipboard operation
PHP-PayPal-IPN copied to clipboard

Curl error: [35] SSL connect error.

Open pablorsk opened this issue 9 years ago • 2 comments

When I receive IPN, CurlVerifier make this error:

Curl error: [35] SSL connect error.

I try solve with $verifier->forceSSLv3(false); and $verifier->forceSSLv3(true);, but don't work. Trying with CURLOPT_SSLVERSION = 4 generate other errors.

Can you help me?

pablorsk avatar Oct 18 '14 19:10 pablorsk

I think the changes in pull request #32 should fix this (though as it seems this repository is abandoned, you may have to merge them yourself).

petert82 avatar Oct 18 '14 19:10 petert82

This project has not been updated since 2012. It is a shame because it was a simple, yet efficient, PayPal IPN script. Since this has not been maintained, it does not work anymore. PayPal has removed support for SSLv3 due to the POODLE vulnerability, which came about after the last update to this repo. PayPal has also updated their documentation and example code, which I have updated this project to reflect PayPal's recommendations.

I have forked this repo, fixed it, and I am now maintaining the current version. Please use my version found here: https://github.com/WadeShuler/PHP-PayPal-IPN

I give FULL credit to Quixotix for his great script.

CyberPunkCodes avatar Feb 03 '15 20:02 CyberPunkCodes