I'm currently using PHP/cURL to connect to an API (xero.com) using a client certificate/key they provided.
I keep running into this error:
Curl error (56): SSL read: errno -5961
The corresponding cURL error is CURLE_RECV_ERROR.
Google has not been helpful. Any clue on what could cause this? Fixes?