You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
easy_codes skips over CURLE_PEER_FAILED_VERIFICATION (60). As a result, all the return codes above that are off by one. For example, what should be bad_content_encoding from curl comes back as ldap_invalid_url, etc.
The text was updated successfully, but these errors were encountered:
Just experienced this myself. Got a :bad_content_encoding when I should've gotten a CURLE_PEER_FAILED_VERIFICATION. (ssl_verifyhost: 0 solved it for me, but the point stands).
easy_codes skips over CURLE_PEER_FAILED_VERIFICATION (60). As a result, all the return codes above that are off by one. For example, what should be
bad_content_encoding
from curl comes back asldap_invalid_url
, etc.The text was updated successfully, but these errors were encountered: