I have my systems running yum updates on cron.<br />
<br />
The recent openssl update performed by yum today, broke mysql-ssl compatibility. When I try to connect using SSL today in mysql, it keeps giving me mysql error: ERROR 2026 (HY000): SSL connection error.<br />
Basically, what used to work, stopped working after the recent openssl update.<br />
<br />
<br />
openssl-1.0.1e-30.el6.9.x86_64 - breaks mysql ssl.<br />
openssl-devel-1.0.1e-30.el6.9.x86_64 - breaks mysql ssl<br />
<br />
So I told yum to undo, the recent update, and revert back to:<br />
openssl-1.0.1e-30.el6.8.x86_64<br />
openssl-devel-1.0.1e-30.el6.8.x86_64<br />
and the problem was fixed. It worked.<br />
<br />
<br />
<br />
[<a href="mailto:root@SSL6-Prod-245">root@SSL6-Prod-245</a> ~]# yum history info 235<br />
Loaded plugins: fastestmirror<br />
Transaction ID : 235<br />
Begin time : Fri Jun 5 02:00:22 2015<br />
Begin rpmdb : 465:9eb6c878669978e0d5ad1fd481adfef5ff097c3d<br />
End time : 02:00:24 2015 (2 seconds)<br />
End rpmdb : 465:9262d172ada1e826b91ca76db4ccf89b428cf44b<br />
User : root <root><br />
Return-Code : Success<br />
Command Line : -y update<br />
Transaction performed with:<br />
Installed rpm-4.8.0-38.el6_6.x86_64 @updates<br />
Installed yum-3.2.29-60.el6.centos.noarch @base<br />
Installed yum-plugin-fastestmirror-1.1.30-30.el6.noarch @base<br />
Packages Altered:<br />
Updated openssl-1.0.1e-30.el6.8.x86_64 @updates<br />
Update 1.0.1e-30.el6.9.x86_64 @updates<br />
Updated openssl-devel-1.0.1e-30.el6.8.x86_64 @updates<br />
Update 1.0.1e-30.el6.9.x86_64 @updates<br />
history info
↧