CURLE_SSH 79 - error from the SSH layer, somewhat generic so the error message will be of interest when this has happened CURLE_SSL_SHUTDOWN_FAILED 80 - Failed to shut down the SSL connection CURLE_AGAIN 81 - socket is not ready for send/recv, wait till it's ready and try again ...
CURLE_QUOTE_ERROR (21) When sending custom “QUOTE” commands to the remote server, one of the commands returned an error code that was 400 or higher (for FTP) or otherwise indicated unsuccessful completion of the command.CURLE_HTTP_RETURNED_ERROR (22) This is returned if CURLOPT_FAILONERRO...
CURLE_SSH, /* 79 - error from the SSH layer, somewhat 79: Error in the SSH layer generic so the error message will be of interest when this has happened */ CURLE_SSL_SHUTDOWN_FAILED, /* 80 - Failed to shut down the SSL 80: Failed to shut down the SSL connection connection */...
A problem occurred somewhere in the SSL/TLS handshake. You really want the error buffer and read the message there as it pinpoints the problem slightly more. Could be certificates (file formats, paths, permissions), passwords, and others. CURLE_BAD_DOWNLOAD_RESUME (36) The download could not...
CURLE_SEND_ERROR,/* 55 - failed sending network data */ CURLE_RECV_ERROR,/* 56 - failure in receiving network data */ CURLE_OBSOLETE57,/* 57 - NOT IN USE */ CURLE_SSL_CERTPROBLEM,/* 58 - problem with the local certificate */ ...
or wrong format */CURLE_REMOTE_FILE_NOT_FOUND,/* 78 - remote file not found */CURLE_SSH,/* 79 - error from the SSH layer, somewhat generic so the error message will be of interest when this has happened */CURLE_SSL_SHUTDOWN_FAILED,/* 80 - Failed to shut down the SSL ...
CURLE_SEND_ERROR,/* 55 - failed sending network data */ CURLE_RECV_ERROR,/* 56 - failure in receiving network data */ CURLE_OBSOLETE57,/* 57 - NOT IN USE */ CURLE_SSL_CERTPROBLEM,/* 58 - problem with the local certificate */ ...
/* 78 - remote file not found */ CURLE_SSH, /* 79 - error from the SSH layer, somewhat generic so the error message will be of interest when this has happened */ CURLE_SSL_SHUTDOWN_FAILED, /* 80 - Failed to shut down the SSL connection */ CURLE_AGAIN, /* 81 - socket is ...
15: "FTP cannot get host. Couldn't use the host IP address we got in the 227-line. This is most likely an internal error.", 16: "HTTP/2 error. A problem was detected in the HTTP2 framing layer. This is somewhat generic and can be one out of several problems, see the error mes...
--compressed (HTTP) Request a compressed response using one of the algorithms libcurl supports, and return the uncom- pressed document. If this option is used and the server sends an unsupported encoding, curl will report an error. --connect-timeout <seconds> Maximum time in seconds that ...