0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

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

This commit is contained in:
David Goodwin 2020-03-02 09:36:39 +00:00
parent 6edbda45e2
commit a4afebbe77

View File

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