cURL and Error Codes
So brew threw this at me this morning
curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0), errno 54
This error code clearly states
#define X509_V_ERR_CRL_PATH_VALIDATION_ERROR 54
Which is actually not interesting… but error code #50 is
/* The application is not happy */
#define X509_V_ERR_APPLICATION_VERIFICATION 50
2013-08-19