Commit 8dee23cd authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-31857 fix galera.galera_var_notify_ssl_ipv6

it was able to enable --ssl-verify-server-cert if explicily requested,
now it can also disable it, if explicitly requested.
parent d6794aa4
...@@ -186,6 +186,8 @@ then ...@@ -186,6 +186,8 @@ then
"$ssl_verify_server_cert" = "on" ] "$ssl_verify_server_cert" = "on" ]
then then
SSL_PARAM="$SSL_PARAM --ssl-verify-server-cert" SSL_PARAM="$SSL_PARAM --ssl-verify-server-cert"
else
SSL_PARAM="$SSL_PARAM --disable-ssl-verify-server-cert"
fi fi
fi fi
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment