mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Updated curl-setopt docs re-SSL options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315509 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e1ca25cccf
commit
73ff6ea418
1 changed files with 1 additions and 5 deletions
|
@ -337,10 +337,6 @@
|
|||
specified with the <constant>CURLOPT_CAINFO</constant> option
|
||||
or a certificate directory can be specified with the
|
||||
<constant>CURLOPT_CAPATH</constant> option.
|
||||
<constant>CURLOPT_SSL_VERIFYHOST</constant> may also need to be
|
||||
&true; or &false; if
|
||||
<constant>CURLOPT_SSL_VERIFYPEER</constant> is disabled (it
|
||||
defaults to 2).
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
&true; by default as of cURL 7.10. Default bundle installed as of
|
||||
|
@ -663,7 +659,7 @@
|
|||
1 to check the existence of a common name in the
|
||||
SSL peer certificate. 2 to check the existence of
|
||||
a common name and also verify that it matches the hostname
|
||||
provided.
|
||||
provided. In production environments the value of this option should be kept at 2 (default value)
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
</entry>
|
||||
|
|
Loading…
Reference in a new issue