I've received a warning from the authority that generated my certificate, it says that there is bug in OpenSSL and it has been found affecting versions 1.0.1.
As I understand, I have to upgrade to 1.0.1h to fix this bug.
This is the first time I deal with these stuff and I'm worried about how it will affect my server.
Do I have to restart any services? And what exactly? I have to make sure this is not going to take too long.
Make sure you have a currently supported release: 10.04-server, 12.04, 14.04 or 13.10.
Make sure you install the latest updates.
sudo apt-get update && sudo apt-get upgrade
Verify.
apt-cache policy openssl
should show as installed version1.0.1-4ubuntu5.14
.Restart any services or the system just to be sure.
The answer given does not answer the question, and as far as the latest package for x86_64 14.04 the latest openssl package info is (if others have dif please let me know):
I have been messing around with installing/upgrading that to version 1.0.1h from HERE with no luck yet, when I make some headway I will check back in.
*****UPDATE: So I found the solution on another thread that just needed to be updated (source post listed below):**
Below the single command line to compiling and install the last openssl version.
Replace old openssl binary file by the new one via a symlink. Go to /usr/bin in terminal and run command below
Reboot and you are good to go. You may want/need to create new certificates. Here is the original thread/post I updated. SOURCE
My output after running commands and rebooting:
The vulnerability affects OpenSSL clients. Clients using OpenSSL versions below 1.0.1 connecting to servers running OpenSSL versions 1.0.1 and higher are vulnerable and should be updated.
The OpenSSL team has released a new versions.
The only way to fix it is to install updated OpenSSL packages and restart affected services. At this time, this doesn't cause certificate or private key information leaking.
For more information see here