diff options
author | msvensson@pilot.blaudden <> | 2007-04-02 13:12:59 +0200 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-04-02 13:12:59 +0200 |
commit | 82b454aa28e46efa9249ee51784b654fbd0a9225 (patch) | |
tree | b1092170c954d2f4a090dc42561b3e380071f299 /mysql-test/r/openssl_1.result | |
parent | 59017656943a5815200a20bd48a033f389efe191 (diff) | |
download | mariadb-git-82b454aa28e46efa9249ee51784b654fbd0a9225.tar.gz |
Bug#21611 Slave can't connect when master-ssl-cipher specified
- Change check for return value of 'SSL_CTX_set_cipher_list'
in order to handle 0 as error setting cipher.
- Thanks to Dan Lukes for finding the problem!
Diffstat (limited to 'mysql-test/r/openssl_1.result')
-rw-r--r-- | mysql-test/r/openssl_1.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/openssl_1.result b/mysql-test/r/openssl_1.result index 34d8e3ab768..a80ef4fc4bb 100644 --- a/mysql-test/r/openssl_1.result +++ b/mysql-test/r/openssl_1.result @@ -51,3 +51,6 @@ 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 +SHOW STATUS LIKE 'Ssl_cipher'; +Variable_name Value +Ssl_cipher DHE-RSA-AES256-SHA |