Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Curl error: [35] SSL connect error. #33

Open
pablorsk opened this issue Oct 18, 2014 · 2 comments
Open

Curl error: [35] SSL connect error. #33

pablorsk opened this issue Oct 18, 2014 · 2 comments

Comments

@pablorsk
Copy link

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?

@petert82
Copy link

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

@CyberPunkCodes
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants