-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number #16
Comments
@sebdesign Thank you so much for this workaround ! |
Thank you so much for this @sebdesign , we've been without this for days. 👍 |
@loranger @adamkellett you're welcome! P.S.: @loranger passe mon bonjour au joli Annecy! |
Hello! I have already applied $ request-> forceSSLv3 (FALSE); but now I will throw this error, please help, urgent |
mike182uk has fixed this issue. if this repo can be updated with that code. |
any help on this. URGENT |
Today when I run
IPN::getOrder()
I get aCurlRequestException
with the following message:According to this question, Paypal has updated their SSL version due to the POODLE attack.
By default, the curlVerifier uses SSL v3, but it can be overrided with the
forceSSLv3()
method.In the
IPN::getOrder()
method, when the$request
handler is created we should do something like:It worked on my case. I can't make a pull request for the moment, but if you want you can do it.
Cheers!
The text was updated successfully, but these errors were encountered: