By wildchinait
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
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
openssl version 1.0.1f is not necessarily vulnerable as security patches are shipped on top of it. What you need to look for is the distribution’s patch version. For instance, the latest version in Ubuntu 140.04 is 1.0.1f-1ubuntu2.7 You can check this by running:
apt-cache policy openssl
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.