diff options
author | msvensson@pilot.blaudden <> | 2007-03-28 12:23:55 +0200 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-03-28 12:23:55 +0200 |
commit | aec7927c8e688ecb42683714f095deb6e95f1384 (patch) | |
tree | 83f01f8bf5b05a19ce2eeddb01ae4ae52f5e0021 /mysql-test/r/openssl_1.result | |
parent | ab61d07a30b73e3446b6eab9536ba464a0d55f74 (diff) | |
download | mariadb-git-aec7927c8e688ecb42683714f095deb6e95f1384.tar.gz |
Bug#25309 SSL connections without CA certificate broken since MySQL 5.0.23
- Turn off verification of peer if both ca_path and ca_file is null
i.e from only passing --ssl-key=<client_key> and --ssl-cert=<client_cert>
to the mysql utility programs.
The server will authenticate the client accoring to GRANT tables
but the client won't authenticate the server
Diffstat (limited to 'mysql-test/r/openssl_1.result')
-rw-r--r-- | mysql-test/r/openssl_1.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/openssl_1.result b/mysql-test/r/openssl_1.result index 34d8e3ab768..92900ac1a83 100644 --- a/mysql-test/r/openssl_1.result +++ b/mysql-test/r/openssl_1.result @@ -51,3 +51,5 @@ SSL error: Unable to get private key from '' mysqltest: Could not open connection 'default': 2026 SSL connection error 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 |