Skip to content

Instantly share code, notes, and snippets.

@suhastech
Created April 9, 2014 04:25
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Patch Ubuntu for Heartbleed OpenSSL vulnerability
sudo apt-get update
sudo apt-get --reinstall install libssl1.0.0 openssl # Simply install didn't work for me
openssl version -a # Check that it reports build date >= 2014-04-07
sudo lsof -n | grep ssl | grep DEL # You could check the services that needs to be restarted
sudo reboot # or be lazy
@befrenzeNET
Copy link

Thanks! You made my day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment