Eric Bachmann
2004-12-13 13:54:09 UTC
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)
modify-delete -d "test" --header "Authorization: Basic ******" -v
The same under Windows: ((curl/7.12.2 (i386-pc-win32) libcurl/7.12.2
OpenSSL/0.9.7e zlib/1.2.1))
Eric
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
* CAfile: /usr/share/curl/curl-ca-bundle.crt
CApath: none
* SSL connection using AES256-SHA
* subject: /C=US/ST=Washington/L=Seattle/O=Amazon.com
Inc./CN=vendornet.amazon.de* Connected to vendornet.amazon.de (207.171.166.33) port 443
* CAfile: /usr/share/curl/curl-ca-bundle.crt
CApath: none
* SSL connection using AES256-SHA
* subject: /C=US/ST=Washington/L=Seattle/O=Amazon.com
* 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* 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
* SSL certificate verify ok.
/exec/panama/seller-admin/catalog-upload/add-modify-delete HTTP/1.1POST
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.0Host: vendornet.amazon.de
Pragma: no-cache
Accept: */*
Authorization: Basic ******
Content-Length: 4
Content-Type: application/x-www-form-urlencoded
test*
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 104Pragma: no-cache
Accept: */*
Authorization: Basic ******
Content-Length: 4
Content-Type: application/x-www-form-urlencoded
test*
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),
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 10054curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0),
Eric