Bug #29841 | OpenSSL-server will not allow YaSSL-clients without certificate | ||
---|---|---|---|
Submitted: | 17 Jul 2007 9:20 | Modified: | 23 Jun 2015 6:08 |
Reporter: | Domas Mituzas | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.0-bk, 5.1-bk | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | openssl, SSL, yassl |
[17 Jul 2007 9:20]
Domas Mituzas
[17 Jul 2007 9:31]
Domas Mituzas
apparently that happens when connecting with YaSSL client. OpenSSL client without certificates works.
[7 Jan 2009 14:02]
Piotr Czachur
I can confirm that. Server ( 5.0.68-log) compiled with openssl. Client (compiled with openssl): mysql -u slave -h foobar -p --ssl-ca=/dev/null Enter password: Welcome to the MySQL monitor. Your MySQL connection id is 14 ... Client (compiled with yassl): mysql -u slave -h foobar -p --ssl-ca=/dev/null Enter password: ERROR 2026 (HY000): SSL connection error Simply wrong. What I want to add is that debugging of SSL connection errors in MySQL is damn hard.
[28 Feb 2012 14:41]
Honza Horak
Related to #40141 (maybe duplicate).
[26 Apr 2012 19:53]
Sveta Smirnova
Bug #40141, which has patch attached, has marked as duplicate of this one.
[28 Jan 2014 0:25]
Roel Van de Paar
Any updates on this 2007 community bug?
[28 Jan 2014 0:26]
Roel Van de Paar
Expect 5.5 and 5.6 to be affected also?
[23 Jun 2015 6:08]
Murthy Sidagam
Fixed as part of Bug #68788 Version Fixed: mysql-5.5.37
[23 Jun 2015 6:10]
Murthy Sidagam
Fixed in mysql-5.6.17
[23 Oct 1:49]
Hughes Langston
当我使用mysql-5.7.24连接mysql-8.0.33时,仍然发生ssl错误。 更换客户端版本后错误消失