mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Do not enforce SSL.
Enforcing SSL (mysql_ssl_optional=0) does not work with the version of DBD::mysql used to generate Pandora FMS binaries.
This commit is contained in:
parent
c3d81b7d4b
commit
ecdd28fe0a
@ -1558,7 +1558,7 @@ sub set_ssl_opts($) {
|
||||
}
|
||||
|
||||
# Enable SSL.
|
||||
$SSL_OPTS = "mysql_ssl=1;mysql_ssl_optional=0;mysql_ssl_verify_server_cert=1";
|
||||
$SSL_OPTS = "mysql_ssl=1;mysql_ssl_optional=1;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