Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
Make sure you backup your droplet before doing a dist-upgrade. If you’re using the Dokku image your site will most likely be broken after the upgrade because you’ll be installing docker 1.0 (previously 0.9.0): https://github.com/progrium/dokku/issues/533
But heartbleed.com states that …
“OpenSSL 1.0.1 through 1.0.1f (inclusive) are vulnerable”
and you’ve mentioned, for Centos 6.5 at least, that we require at least version …
CentOS 6: openssl-1.0.1e-16.el6.5.7
to be protected.
Have I missed something?
vhouston,
That is a consequence of Red Hat’s way of naming things for their repos. 1.0.1e-16.el6.5.7 indicates a patch at Red Hat that is the same as 1.0.1g
See here: https://www.centos.org/forums/viewtopic.php?f=9&t=45814
Hi, I have wordpress installed on a LEMP stack. I followed this guide. But now that my droplet has booted up again, nginx won’t start. If I do: service nginx status I get:
When I create a droplet (Ubuntu 12.x or 13.x), this new droplet is still vulnerable to the heartbleed and I need to “apt-get upgrade” it.
Do you guys plan to update the images used to create new droplets?
Is it possible to just do a sudo yum update openssl on my CentOS 6 droplet? A full yum update will update apache from 2.2 to 2.4 breaking my sites. I want to quickly address the ssl issue but need some time to redo all the configs that apache 2.4 upgrade requires which I don’t have at the moment.
@astarr I realize that I will have to take the other steps such as reissuing keys, changing passwords, restart etc., but I wonder if there are other services that may need to be upgraded because they are affected by the new openssl version. Thank you for your response in any event.
In general, unless you’ve enabled third-party repositories, a stable distro like CentOS will only be providing security updates. So there may very well be other packages that should be upgraded, but not for this issue.
One case where you may need to upgrade something else is if you’ve installed something from outside the package management system that bundled its own copy of the openssl library.