Skip to content

Commit

Permalink
Merge pull request #158 from arku/chore/ssl_cacert-removal
Browse files Browse the repository at this point in the history
Remove ssl_cacert from return codes

`CURLE_PEER_FAILED_VERIFICATION` was merged with `CURLE_SSL_CACERT`.  See #157
  • Loading branch information
PericlesTheo committed Oct 3, 2019
2 parents 4f89b91 + c8adfbb commit 8f9c711
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/ethon/curls/codes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def easy_codes
:obsolete57,
:ssl_certproblem,
:ssl_cipher,
:ssl_cacert,
:bad_content_encoding,
:ldap_invalid_url,
:filesize_exceeded,
Expand Down
1 change: 0 additions & 1 deletion lib/ethon/easy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class Easy
# * :recv_error: Failure with receiving network data.
# * :ssl_certproblem: problem with the local client certificate.
# * :ssl_cipher: Couldn't use specified cipher.
# * :ssl_cacert: Peer certificate cannot be authenticated with known CA certificates.
# * :bad_content_encoding: Unrecognized transfer encoding.
# * :ldap_invalid_url: Invalid LDAP URL.
# * :filesize_exceeded: Maximum file size exceeded.
Expand Down

0 comments on commit 8f9c711

Please sign in to comment.