verify ssl certs when connecting to the db by default (we also do if this setting is not present)

pull/338/head
David Goodwin 4 years ago
parent 6edbda45e2
commit a4afebbe77

@ -110,6 +110,7 @@ $CONF['database_ssl_cert'] = NULL;
$CONF['database_ssl_ca'] = NULL;
$CONF['database_ssl_ca_path'] = NULL;
$CONF['database_ssl_cipher'] = NULL;
$CONF['database_ssl_verify_server_cert'] = true;
// If you need to specify a different port for a MYSQL database connection, use e.g.
// $CONF['database_host'] = '172.30.33.66:3308';

Loading…
Cancel
Save