mysql client v5.7.26 connect to tidb master fail for unknown error number #50401
Labels
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
severity/major
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
root@wkload-0:/tools# /root/opt/mysql/5.1.72/bin/mysql -u nopw -h tc-tidb.testbed-endless-client-ncjv5 -P 4000 -e QUIT
root@wkload-0:/tools# /root/opt/mysql/5.7.26/bin/mysql -u nopw -h tc-tidb.testbed-endless-client-ncjv5 -P 4000 -e QUIT
ERROR 2026 (HY000): SSL connection error: unknown error number
root@wkload-0:/tools# /root/opt/mysql/8.0.17/bin/mysql -u nopw -h tc-tidb.testbed-endless-client-ncjv5 -P 4000 -e QUIT
root@wkload-0:/tools#
2. What did you expect to see? (Required)
mysql client v5.7.26 can connect to master
3. What did you see instead (Required)
root@wkload-0:/tools# /root/opt/mysql/5.7.26/bin/mysql -u nopw -h tc-tidb.testbed-endless-client-ncjv5 -P 4000 -e QUIT
ERROR 2026 (HY000): SSL connection error: unknown error number
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: