Add option to disable Mysql SSL server verification

This commit is contained in:
Frédéric Guillot
2018-01-11 14:01:32 -08:00
parent f7c6cbd0f4
commit d35d5beee2
10 changed files with 141 additions and 111 deletions

View File

@@ -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);