From 80e6ea9269c08e27ecd438a162898676fe878adf Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Wed, 7 Dec 2011 05:29:05 +0000 Subject: [PATCH] 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 --- language/context/ssl.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language/context/ssl.xml b/language/context/ssl.xml index f0811fcb8f..75a750846b 100644 --- a/language/context/ssl.xml +++ b/language/context/ssl.xml @@ -40,7 +40,8 @@ - Allow self-signed certificates. + Allow self-signed certificates. Requires + verify_peer. Defaults to &false;