[wp-trac] [WordPress Trac] #16606: WP_Http_Streams::test doesn't check enough to confirm if it can do HTTPS

WordPress Trac wp-trac at lists.automattic.com
Wed Mar 23 12:10:05 UTC 2011


#16606: WP_Http_Streams::test doesn't check enough to confirm if it can do HTTPS
-----------------------------------+-----------------------------
 Reporter:  westi                  |       Owner:
     Type:  defect (bug)           |      Status:  new
 Priority:  high                   |   Milestone:  Future Release
Component:  HTTP                   |     Version:  3.0.5
 Severity:  major                  |  Resolution:
 Keywords:  needs-patch 3.2-early  |
-----------------------------------+-----------------------------

Comment (by dd32):

 Should investigate [http://core.trac.wordpress.org/browser/trunk/wp-
 includes/class-http.php#L652 WP_HTTP_Fsockopen()] as well here, this is in
 the request method:

 {{{
 if ( ( $arrURL['scheme'] == 'ssl' !|| $arrURL['scheme'] == 'https' ) &&
 extension_loaded('openssl') )
 }}}

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


More information about the wp-trac mailing list