mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-10201 SSL tests fail on fedora23
Fixed the remaining failing test case in 10.1
This commit is contained in:
@ -35,8 +35,7 @@ drop table t1;
|
||||
|
||||
# test SSL connections
|
||||
--connect (ssl_con,localhost,root,,,,,SSL)
|
||||
--replace_result DHE-RSA-AES256-GCM-SHA384 DHE-RSA-AES256-SHA
|
||||
SHOW STATUS LIKE 'Ssl_cipher';
|
||||
SELECT (VARIABLE_VALUE <> '') AS have_ssl FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE VARIABLE_NAME='Ssl_cipher';
|
||||
--connection default
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user