_SSL connection error: error:00000001:lib(0):func(0):reason(1)_ can show up due to version inconsistencies between the mysql client and the server database. I don't think it tells us anything specific enough to isolate what the defect was. But pinning the client version seems to be the commonly recommended workaround at least.
>From the release notes (https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-28.html) it is not obvious which of the changes might have triggered this regression. The one change that looks like it breaks previous functionality is the drop of yaSSL support, but I'm doubting that would cause this particular issue. LP #1853494 (which you've already looked at) appears to be another (but different) SSL-related regression. Hard to guess further without more data. Please attach the following logs (or run apport-collect if you prefer): * /var/log/mysql/error.log * /var/log/daemon.log * /etc/mysql/my.cnf Make sure to scrub those of any sensitive information. Also please attach any other pertinent logs or error dumps you may have on hand. ** Changed in: mysql-5.7 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853636 Title: Client SSL connection errors in 5.7.28 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1853636/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
