mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
auto-disable --ssl-verify-server-cert in clients, if
* --ssl-verify-server-cert was not enabled explicitly, and * CA was not specified, and * fingerprint was not specified, and * protocol is TCP, and * no password was provided insecure passwordless logins are common in test environment, let's not break them. practically, it hardly makes sense to have strong MitM protection if an attacker can simply login without a password. Covers mariadb, mariadb-admin, mariadb-binlog, mariadb-dump
This commit is contained in:
@ -634,7 +634,7 @@ drop table t1;
|
||||
# MDEV-15538 '-N' Produce html output wrong
|
||||
#
|
||||
<TABLE BORDER=1><TR><TD>1</TD></TR></TABLE>
|
||||
WARNING: option '--enable-cleartext-plugin' is obsolete.
|
||||
WARNING: option --enable-cleartext-plugin is obsolete.
|
||||
1
|
||||
1
|
||||
#
|
||||
|
Reference in New Issue
Block a user