cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1256 Error after successful request: curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0), errno 0

From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Sun, 14 Jul 2013 15:20:40 +0000

Thanks for your report. This is (most likely) a duplicate of bug #1249 which was fixed in commit 8a7a277c086199b37c0. Closing.

---
** [bugs:#1256] Error after successful request: curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0), errno 0**
**Status:** closed-duplicate
**Created:** Fri Jul 12, 2013 12:46 PM UTC by z0s0
**Last Updated:** Fri Jul 12, 2013 12:46 PM UTC
**Owner:** Daniel Stenberg
When request some https URLs (all seem to be Win32 server software) the response is delivered correctly, but an error is emitted:
curl -i https://reseller.enom.com
HTTP/1.1 200 OK
Connection: close
Date: Fri, 12 Jul 2013 12:40:24 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html;charset=utf-8
Content-Type: text/html; Charset=utf-8
Cache-control: private
;URL Interface<br>
;Machine is SJL01WRESELL01<br>
... snip...
curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0), errno 0
Note the last line. Non-zero exit code from cURL.
Version:  curl 7.31.0 (x86_64-redhat-linux-gnu) libcurl/7.31.0 OpenSSL/1.0.0 zlib/1.2.3 c-ares/1.10.0 libidn/1.27 libssh2/1.4.3
Compiled with:
./configure --with-zlib --with-ssl
CentOS release 6.4 - all packages up to date.  c-ares, libssh2, libidn, libmetalink all up to date from city-fan repo.
curl 7.30 does not exhibit this behaviour.
---
Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
Received on 2013-07-14

These mail archives are generated by hypermail.

donate! Page updated May 06, 2013.
web site info

File upload with ASP.NET