mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix tests not to fail with OpenSSL 1.1.1 with TLSv1.3
This commit is contained in:
@ -2175,8 +2175,3 @@ still connected?
|
||||
still connected?
|
||||
connection default;
|
||||
disconnect ssl_con;
|
||||
create user mysqltest_1@localhost;
|
||||
grant usage on mysqltest.* to mysqltest_1@localhost require cipher "AES256-SHA";
|
||||
Variable_name Value
|
||||
Ssl_cipher AES256-SHA
|
||||
drop user mysqltest_1@localhost;
|
||||
|
Reference in New Issue
Block a user