[wp-trac] [WordPress Trac] #16904: CURLOPT_SSL_VERIFYHOST Should use 2 instead of true

WordPress Trac wp-trac at lists.automattic.com
Mon Mar 21 13:39:18 UTC 2011


#16904: CURLOPT_SSL_VERIFYHOST Should use 2 instead of true
---------------------------------+-----------------------------
 Reporter:  sivel                |       Owner:
     Type:  defect (bug)         |      Status:  new
 Priority:  normal               |   Milestone:  Future Release
Component:  HTTP                 |     Version:  3.1
 Severity:  normal               |  Resolution:
 Keywords:  has-patch 3.2-early  |
---------------------------------+-----------------------------

Comment (by hakre):

 Hmm, and then there is the Streams context:

 {{{
 'ssl' => array(
                 'verify_peer' => $ssl_verify,
                 'verify_host' => $ssl_verify
 )
 }}}

 I can not find the verify_host
 [http://www.php.net/manual/en/context.ssl.php documented].

 It's probably worth to list parameters and their current meaning.

 With such a list we could more easily say which feature should be
 supported on the abstracted transports interface.

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


More information about the wp-trac mailing list