Skip to content
New issue

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

Deprecate error code 51 #157

Closed
Medvezo opened this issue Jun 22, 2019 · 1 comment · Fixed by #158
Closed

Deprecate error code 51 #157

Medvezo opened this issue Jun 22, 2019 · 1 comment · Fixed by #158

Comments

@Medvezo
Copy link

Medvezo commented Jun 22, 2019

CURLE_PEER_FAILED_VERIFICATION was merged with CURLE_SSL_CACERT in 7.62: curl/curl#2901

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,

@PericlesTheo
Copy link
Member

Thanks for the heads up. I will mark it as good first issue and pass it on to someone

PericlesTheo added a commit that referenced this issue Oct 3, 2019
Remove ssl_cacert from return codes

`CURLE_PEER_FAILED_VERIFICATION` was merged with `CURLE_SSL_CACERT`.  See #157
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants