If you found this article, probably you would like to quickly upgrade openssl on your Debian instance. Bug CVE-2014-0160 is very dangerous – more about this bug you can read here.
- First of all, please check on this site, if your site needs to be fixed.
- if the result is positive(red) you need to perform actions below:
apt-get update apt-get install libssl-dev libssl1.0.0 openssl service apache2 reload
- Perform test (1) once again. Now test should be negative (green).