From 53a51b953c7813204f70c2bed8d91daa26151e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 25 Apr 2016 12:48:58 +0200 Subject: [PATCH] Document when ssl_verify was added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue #12146 Signed-off-by: Michal Čihař --- doc/config.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/config.rst b/doc/config.rst index e9ead74138..f2f5fa5a1e 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -308,6 +308,10 @@ Server connection settings :type: boolean :default: true + .. versionadded:: 4.6.0 + + This is supported since phpMyAdmin 4.6.0. + If your PHP install uses the MySQL Native Driver (mysqlnd), your MySQL server is 5.6 or later, and your SSL certificate is self-signed, there is a chance your SSL connection will fail due to validation.