[wp-trac] [WordPress Trac] #25716: HTTP requests fails with "SSL read: error:00000000:lib(0):func(0):reason( 0), errno 0"

WordPress Trac noreply at wordpress.org
Sat Oct 26 19:51:27 UTC 2013


#25716: HTTP requests fails with "SSL read: error:00000000:lib(0):func(0):reason(
0), errno 0"
------------------------------+--------------------
 Reporter:  ocean90           |       Owner:
     Type:  defect (bug)      |      Status:  new
 Priority:  highest omg bbq   |   Milestone:  3.7.1
Component:  HTTP              |     Version:  3.7
 Severity:  blocker           |  Resolution:
 Keywords:  has-patch commit  |
------------------------------+--------------------
Description changed by ocean90:

Old description:

> I'm having a user where the HTTP requests fails via SSL.
>
> `$request` contains a  WP_Error object:
>
> {{{
> object(WP_Error)#6595 (2) {
>   ["errors"]=>
>   array(1) {
>     ["http_request_failed"]=>
>     array(1) {
>       [0]=>
>       string(58) "SSL read: error:00000000:lib(0):func(0):reason(0),
> errno 0"
>     }
>   }
>   ["error_data"]=>
>   array(0) {
>   }
> }}}
>
> PHP Version: 5.3.27
> SSL Version: OpenSSL/0.9.8q
> Curl SSL: yes
> OpenSSL support: enabled
> OpenSSL Library Version: OpenSSL 0.9.8q 2 Dec 2010
> OpenSSL Header Version: OpenSSL 0.9.8q 2 Dec 2010

New description:

 I'm having a user where the HTTP requests fails via SSL.

 `$request` contains a  WP_Error object:

 {{{
 object(WP_Error)#6595 (2) {
   ["errors"]=>
   array(1) {
     ["http_request_failed"]=>
     array(1) {
       [0]=>
       string(58) "SSL read: error:00000000:lib(0):func(0):reason(0), errno
 0"
     }
   }
   ["error_data"]=>
   array(0) {
   }
 }}}

 Used transport: cURL, curl_errno() is 56.

 PHP Version: 5.3.27
 SSL Version: OpenSSL/0.9.8q
 Curl Version: 7.31.0
 Curl SSL: yes
 OpenSSL support: enabled
 OpenSSL Library Version: OpenSSL 0.9.8q 2 Dec 2010
 OpenSSL Header Version: OpenSSL 0.9.8q 2 Dec 2010

--

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25716#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list