Skip to content
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

Exception: cURL error: [35] error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure #6

Open
jonaths opened this issue May 25, 2016 · 2 comments

Comments

@jonaths
Copy link

jonaths commented May 25, 2016

Hi. Im getting this issue:

Exception: cURL error: [35] error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure in /app/vendor/fahim/laravel5-paypal-ipn/src/PaypalIPNListener.php:120

Found that it happens because some Paypal update. I also found here that by setting line:

curl_setopt($curl, CURLOPT_SSLVERSION, 6);

the issue is fixed. I tested it locally and the error disappears. However I cant do the same when pushing to heroku since it loads the dependencies after the new commit. I believe that if you update this line of code the issue will be solved. Mind evaluating it please?

@dovid
Copy link

dovid commented Aug 9, 2016

Pretty frustrating issue, but for what it's worth this seems to work:

$ipn->use_curl = false;

@dovid
Copy link

dovid commented Nov 15, 2017

I believe this was fixed in some recent commit

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

No branches or pull requests

2 participants