mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Revert "Do not enforce SSL."
This reverts commit 6b0aa45ebc77be5dd54524e50c3c215c1729b030.
This commit is contained in:
parent
6b0aa45ebc
commit
c3d81b7d4b
@ -1558,7 +1558,7 @@ sub set_ssl_opts($) {
|
||||
}
|
||||
|
||||
# Enable SSL.
|
||||
$SSL_OPTS = "mysql_ssl=1;mysql_ssl_verify_server_cert=1";
|
||||
$SSL_OPTS = "mysql_ssl=1;mysql_ssl_optional=0;mysql_ssl_verify_server_cert=1";
|
||||
|
||||
# Set additional SSL options.
|
||||
if (defined($pa_config->{'dbsslcapath'}) && $pa_config->{'dbsslcapath'} ne "") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user