cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Errors using Curl

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Fri, 9 Sep 2005 23:15:47 +0200 (CEST)

On Fri, 9 Sep 2005, Covington, Jimmy D. (NGIT) wrote:

> /usr/local/bin/curl -x pxry.domain.com:8180 -# --anyauth -T
> "/export/enterprise/explorer_outputs/explorer.55335534.testbox-2005.09.01.18
> .38.tar.gz" https://supportfiles.sun.com/upload/cores
>
> curl: (55) SSL_write() returned SYSCALL, errno = 32

Very weird indeed. errno 32 is EPIPE.

This error means that OpenSSL's SSL_write() call returned SSL_ERROR_SYSCALL
which according to the man page[*] means "Some I/O error occurred."

If you use --trace, can you see how far the transfer goes?

What curl version is this on what operating system?

[*] = http://www.openssl.org/docs/ssl/SSL_get_error.html

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-09-09