Question
Failed to upgrade Openssl to 1.0.1g
Droplet: wct-staging
IP: 104.131.83.155
I did openssl upgrade per below 3 steps, seen from community/tutorials: https://www.digitalocean.com/community/tutorials/how-to-protect-your-server-against-the-heartbleed-openssl-vulnerability
sudo apt-get update
sudo apt-get dist-upgrade
sudo shutdown -r now
However, the openssl version is still 1.0.1f. Please guide me how to upgrade to 1.0.1g.
~# openssl version -a
OpenSSL 1.0.1f 6 Jan 2014
built on: Wed Oct 15 17:43:26 UTC 2014
platform: debian-amd64
Thank you!
Steve
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×