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

@@ -135,6 +135,7 @@ class DatabaseProvider implements ServiceProviderInterface
'ssl_key' => DB_SSL_KEY,
'ssl_ca' => DB_SSL_CA,
'ssl_cert' => DB_SSL_CERT,
'verify_server_cert' => DB_VERIFY_SERVER_CERT,
));
}