cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Errors using Curl

From: Covington, Jimmy D. (NGIT) <Jimmy.Covington_at_mail.va.gov>
Date: Mon, 12 Sep 2005 08:03:34 -0500

--> curl -V
curl 7.12.2 (sparc-sun-solaris2.9) libcurl/7.12.2 OpenSSL/0.9.7g zlib/1.1.4
Protocols: ftp gopher telnet dict ldap http file https ftps
Features: IPv6 Largefile NTLM SSL libz

Jim Covington
Senior UNIX Engineer
 
Sapphire Technologies, Inc.
Austin Automation Center
Austin, Texas 78772
(512) 326-6635

-----Original Message-----
From: curl-users-bounces_at_cool.haxx.se
[mailto:curl-users-bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
Sent: Friday, September 09, 2005 4:16 PM
To: curl tool talk
Subject: Re: Errors using Curl

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-12