I'm using IPN verification code from https://github.com/paypal/ipn-code-samples/tree/master/php
And the problem is that I get "cURL error: [35] Unsupported SSL protocol version" on live server. Everything is working fine with sandbox account on the stage server. Now the live server has even newer Curl version which is 7.42.1. What should I do?
Here is the var_dump(curl_version()); of both of the versions:
prntscr.com/e61mff - not working
prntscr.com/e61n42 - working
curl -V
from both the working and the non-working system to your question. – Steffen Ullrich