Hello Digital Ocean Community -
For reference my setup is Ubuntu 14.04 with nginx
I need your help! I followed this guide (https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04) to set up KingsKidsClub.com and SacramentoKingsKidsClub.com.
Installation went well except for testing the security on ssllabs at the end of step 3. See: https://www.ssllabs.com/ssltest/analyze.html?d=kingskidsclub.com https://www.ssllabs.com/ssltest/analyze.html?d=sacramentokingskidsclub.com
I failed both tests, apparently I have a vulnerability called: “CVE-2016-2107”
So far I’ve tried the following without luck:
https://gist.github.com/ArturT/bc8836d3bedff801dc324ac959050d12
Anyone know how I can fix this issue? Thank you in advance for any help!
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!
This comment has been deleted
Hi!
The Ubuntu package maintainers have already pushed patched packages that should fix the vulnerability. Run the following command to upgrade the OpenSSL libraries on your system which Nginx uses:
sudo apt-get install --only-upgrade libssl1.0.0 openssl
You will need to restart Nginx in order for the changes to take effect:
sudo service nginx restart
Per the bobcares article that you linked, you can make sure that you got the right packages by checking if the vulnerability is mentioned in the changelog:
zgrep -ie "(CVE-2016-2108|CVE-2016-2107)" /usr/share/doc/libssl1.0.0/changelog.Debian.gz
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.