Skip to content

Instantly share code, notes, and snippets.

@dhrrgn
Last active February 26, 2021 18:42
Show Gist options
  • Star 31 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save dhrrgn/10125477 to your computer and use it in GitHub Desktop.
Save dhrrgn/10125477 to your computer and use it in GitHub Desktop.
Upgrade Ubuntu OpenSSL to patch Heartbleed
sudo apt-get update
sudo apt-get install -y libssl1.0.0 openssl
# Confirm Build Date is at least Aril 7th 2014
openssl version -a
# Restart all services listed by this command:
sudo lsof -n | grep ssl | grep DEL
@jasontucker
Copy link

Thank you!

@rodneytamblyn
Copy link

works for me.... thanks

@notacouch
Copy link

Perfect.

@v-thomp4
Copy link

thanks

@frecklebit
Copy link

Not working for me. Still saying Mar 2012. I've rebooted the server also.

@vjanoch
Copy link

vjanoch commented Apr 11, 2014

you need to check the second line

openssl version -a
OpenSSL 1.0.1 14 Mar 2012
built on: Mon Apr 7 20:33:29 UTC 2014

@adminrifluxyss
Copy link

Works for me!

@formigone
Copy link

No work me. Says built on Jan 8 2014. apt-get install says it's already newest version...

@aznain
Copy link

aznain commented Apr 14, 2014

Thanks a lot.

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