Skip to content

Commit

Permalink
Remove ssl_cacert from return codes
Browse files Browse the repository at this point in the history
  • Loading branch information
arku committed Oct 3, 2019
1 parent 4f89b91 commit c8adfbb
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 c8adfbb

Please sign in to comment.