From 0f4a31a14dc2461d7ad88094f138d02f71d08585 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Mon, 19 Jun 2017 09:28:23 -0400 Subject: [PATCH] Grammar fixup Signed-off-by: Isaac Bennetch --- doc/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.rst b/doc/config.rst index 9170adab24..198d8add42 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -401,7 +401,7 @@ Server connection settings there is a chance your SSL connection will fail due to validation. Setting this to ``false`` will disable the validation check. - Since PHP 5.6.0 it also verifies whether server name matches CN of it's + Since PHP 5.6.0 it also verifies whether server name matches CN of its certificate. There is currently no way to disable just this check without disabling complete SSL verification.