mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarified that allow_self_signed requires verify_peer to function. Closes bug #53471.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320557 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5952e0d791
commit
80e6ea9269
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Allow self-signed certificates.
|
||||
Allow self-signed certificates. Requires
|
||||
<link linkend="context.ssl.verify-peer"><parameter>verify_peer</parameter></link>.
|
||||
</para>
|
||||
<para>
|
||||
Defaults to &false;
|
||||
|
|
Loading…
Reference in a new issue