Document when ssl_verify was added

Issue #12146

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-04-25 12:48:58 +02:00
parent 6d02018dc1
commit 53a51b953c

View File

@ -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.