[wp-trac] [WordPress Trac] #25007: WP_HTTP_Fsockopen does not verify SSL certificates

WordPress Trac noreply at wordpress.org
Tue Sep 17 10:04:20 UTC 2013


#25007: WP_HTTP_Fsockopen does not verify SSL certificates
------------------------------+------------------
 Reporter:  rmccue            |       Owner:
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  3.7
Component:  HTTP              |     Version:
 Severity:  major             |  Resolution:
 Keywords:  needs-unit-tests  |
------------------------------+------------------

Comment (by pavelevap):

 Debugging:

 - No plugins active.
 - File exists and is_readable (true).
 - I am using Avast, but I tried to disable it and no change.
 - Tested cURL and Streams, no change. I tried to disable some transports,
 but no change.

 Install Plugins - Popular Tags - there is the same error on this page: An
 unexpected error occurred. Something may be wrong with WordPress.org or
 this server’s configuration. If you continue to have problems, please try
 the support forums.

 All HTTP Related Constants are Undefined

 {{{
 Filter  Default Value   Current Value
 http_request_timeout    5       5
 http_request_redirection_count  5       5
 http_request_version    '1.0'   '1.0'
 http_headers_useragent  'WordPress/3.7-alpha-25343;
 http://localhost.cz/Wordpress'      'WordPress/3.7-alpha-25343;
 http://localhost.cz/Wordpress'
 block_local_requests    false   false
 use_fsockopen_transport true    true
 use_streams_transport   true    true
 use_curl_transport      true    true
 https_local_ssl_verify  true    true
 https_ssl_verify        true    true
 }}}

 Strange, I am not sure where could be hidden problem. I did not have any
 problem with this install before...

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


More information about the wp-trac mailing list