We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CURLE_PEER_FAILED_VERIFICATION was merged with CURLE_SSL_CACERT in 7.62: curl/curl#2901
CURLE_PEER_FAILED_VERIFICATION
CURLE_SSL_CACERT
Error code 51 was obsoleted: https://github.com/curl/curl/blob/ae99b4de1c443ae9892b1c0fc2b39e3afe73c4bc/include/curl/curl.h
However, typhoeus still returns ssl_cacert code:
ssl_cacert
ethon/lib/ethon/curls/codes.rb
Line 72 in de60a72
The text was updated successfully, but these errors were encountered:
Thanks for the heads up. I will mark it as good first issue and pass it on to someone
Sorry, something went wrong.
Merge pull request #158 from arku/chore/ssl_cacert-removal
8f9c711
Remove ssl_cacert from return codes `CURLE_PEER_FAILED_VERIFICATION` was merged with `CURLE_SSL_CACERT`. See #157
Successfully merging a pull request may close this issue.
CURLE_PEER_FAILED_VERIFICATION
was merged withCURLE_SSL_CACERT
in 7.62: curl/curl#2901Error code 51 was obsoleted: https://github.com/curl/curl/blob/ae99b4de1c443ae9892b1c0fc2b39e3afe73c4bc/include/curl/curl.h
However, typhoeus still returns
ssl_cacert
code:ethon/lib/ethon/curls/codes.rb
Line 72 in de60a72
The text was updated successfully, but these errors were encountered: