cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0), errno 104

From: Eric Bachmann <bachmann_at_zarsen.de>
Date: Mon, 13 Dec 2004 14:54:09 +0100

Hello,
 
I have a problem. What means this error: "SSL read:
error:00000000:lib(0):func(0):reason(0), errno 104"?
 
When I will make this POST request: (the error come only width valid
account datas)
 
> # curl
https://vendornet.amazon.de/exec/panama/seller-admin/catalog-upload/add-
modify-delete -d "test" --header "Authorization: Basic ******" -v
> * About to connect() to vendornet.amazon.de port 443
> * Connected to vendornet.amazon.de (207.171.166.33) port 443
> * successfully set certificate verify locations:
> * CAfile: /usr/share/curl/curl-ca-bundle.crt
> CApath: none
> * SSL connection using AES256-SHA
> * Server certificate:
> * subject: /C=US/ST=Washington/L=Seattle/O=Amazon.com
Inc./CN=vendornet.amazon.de
> * start date: 2004-09-20 00:00:00 GMT
> * expire date: 2005-09-20 23:59:59 GMT
> * common name: vendornet.amazon.de (matched)
> * issuer: /C=US/O=RSA Data Security, Inc./OU=Secure
Server Certification Authority
> * SSL certificate verify ok.
> > POST
/exec/panama/seller-admin/catalog-upload/add-modify-delete HTTP/1.1
> User-Agent: curl/7.11.2 (i686-pc-linux-gnu) libcurl/7.11.2
OpenSSL/0.9.7d zlib/1.2.1 c-ares/1.2.0
> Host: vendornet.amazon.de
> Pragma: no-cache
> Accept: */*
> Authorization: Basic ******
> Content-Length: 4
> Content-Type: application/x-www-form-urlencoded
>
> test*
 
after ~30sec:
 
> SSL read: error:00000000:lib(0):func(0):reason(0), errno 104
> * Closing connection #0
> curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0),
errno 104
 
The same under Windows: ((curl/7.12.2 (i386-pc-win32) libcurl/7.12.2
OpenSSL/0.9.7e zlib/1.2.1))
 
> test* SSL read: error:00000000:lib(0):func(0):reason(0),
errno 10054
> * Closing connection #0
> curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0),
errno 10054
 
 
Eric
 
 
Received on 2004-12-13