From d35d5beee216ea0a092dac88e9b7556faa95372e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 11 Jan 2018 14:01:32 -0800 Subject: Add option to disable Mysql SSL server verification --- config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index cc706306..a9e315e9 100644 --- a/config.default.php +++ b/config.default.php @@ -85,6 +85,9 @@ define('DB_SSL_CERT', null); // Mysql SSL CA define('DB_SSL_CA', null); +// Mysql SSL server verification, set to false if you don't want the Mysql driver to validate the certificate CN +define('DB_VERIFY_SERVER_CERT', null); + // Enable LDAP authentication (false by default) define('LDAP_AUTH', false); -- cgit v1.2.3