mike182uk / paypal-ipn-listener

A PayPal IPN (Instant Payment Notification) listener for PHP
MIT License
89 stars 31 forks source link

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

Closed pablorsk closed 9 years ago

pablorsk commented 9 years ago

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?

mike182uk commented 9 years ago

Hey, https://github.com/mike182uk/paypal-ipn-listener/issues/9 has the details of the problem.

I have fixed this in the latest release (2.0.1) so you all you should need to do is update your composer.json to pull in this version.

Let me know if you have any problems.