curl-and-php
SSL read errno 10054
Date: Wed, 21 Dec 2011 09:02:15 -0800
Hi,
I'm a newbie trying consume a web service using PHP & curl.
The PHP is executed on a Windows 2003 server with curl version 7.20.0 installed.
This error message follows the GET:
SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
Any help resolving this error is much appreciated.
Paul Menzel
* About to connect() to some.edu port 443 (#0)
* Trying xxx.xxx.xxx.xxx…
* connected * Connected to some.edu (xxx.xxx.xxx.xxx) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: C:\somedir\some.crt CApath: none
* SSL connection using AES128-SHA
* Server certificate:
* subject: C=US; ST=somestate; L=somecity; O=somecollege; OU=GSchool; CN=some.edu
* start date: 2011-07-18 00:00:00 GMT * expire date: 2014-07-22 12:00:00 GMT * subjectAltName: some.edu matched
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert High Assurance CA-3
* SSL certificate verify ok.
> GET /gd_appl/1.0/DEPT HTTP/1.1 User-Agent: PHP Sample Rest Client Host: some.edu Accept: */*
* SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
* Empty reply from server
* Connection #0 to host some.edu left intact
* Closing connection #0
[IP addresses & other identifying info obscured]
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2011-12-21