Skip to content

Commit

Permalink
MDEV-31857 fix galera.galera_var_notify_ssl_ipv6
Browse files Browse the repository at this point in the history
it was able to enable --ssl-verify-server-cert if explicily requested,
now it can also disable it, if explicitly requested.
  • Loading branch information
vuvova committed Feb 14, 2024
1 parent d6794aa commit 8dee23c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/std_data/wsrep_notify_ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ then
"$ssl_verify_server_cert" = "on" ]
then
SSL_PARAM="$SSL_PARAM --ssl-verify-server-cert"
else
SSL_PARAM="$SSL_PARAM --disable-ssl-verify-server-cert"
fi
fi
fi
Expand Down

0 comments on commit 8dee23c

Please sign in to comment.