1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Add test for connect using different ssl ciphers

mysql-test/r/openssl_1.result:
  Update result
This commit is contained in:
unknown
2007-04-11 21:01:10 +02:00
parent 561cd328a3
commit d032b0e56c
2 changed files with 28 additions and 0 deletions

View File

@ -53,3 +53,10 @@ SSL error: Unable to get certificate from ''
mysqltest: Could not open connection 'default': 2026 SSL connection error
Variable_name Value
Ssl_cipher DHE-RSA-AES256-SHA
SHOW STATUS LIKE 'Ssl_cipher';
Variable_name Value
Ssl_cipher AES128-SHA
SHOW STATUS LIKE 'Ssl_cipher';
Variable_name Value
Ssl_cipher AES128-SHA
mysqltest: Could not open connection 'default': 2026 SSL connection error