This article discusses the "Heartbleed" OpenSSL vulnerability, and how to fix it on your unmanaged server.
The well-publicized “Heartbleed” vulnerability is a bug in certain versions of the OpenSSL library. If your unmanaged server is running one of the following operating system templates, it may be vulnerable:
To fix this vulnerability, you must update your server and restart any services that use the OpenSSL library. The most commonly affected services are web servers, SQL, and e-mail, though other services (such as Tor and OpenVPN) are also affected.
If your server is running one of the affected operating system templates listed above, follow the appropriate procedures below.
To fix the HeartBleed vulnerability on CentOS 6.5, follow these steps:
/etc/init.d/httpd stop /etc/init.d/httpd start
To restart the Nginx web server, type the following commands:
/etc/init.d/nginx stop /etc/init.d/nginx start
SQL services:
/etc/init.d/mysql stop /etc/init.d/mysql start
To restart PostgreSQL, type the following commands:
/etc/init.d/pgsql stop /etc/init.d/pgsql start
E-mail services:
/etc/init.d/postfix stop /etc/init.d/postfix start
To restart Exim, type the following commands:
/etc/init.d/exim stop /etc/init.d/exim start
To fix the HeartBleed vulnerability on Debian 7 (Wheezy) or Ubuntu 12.04 (Precise Pangolin), follow these steps:
service apache2 stop service apache2 start
To restart the Nginx web server, type the following commands:
service nginx stop service nginx start
SQL services:
service mysql stop service mysql start
To restart PostgreSQL, type the following commands:
service postgresql stop service postgresql start
E-mail services:
service postfix stop service postfix start
To restart Exim, type the following commands:
service exim stop service exim start
For detailed information about the “Heartbleed” vulnerability, please visit http://heartbleed.com.
Subscribe to receive weekly cutting edge tips, strategies, and news you need to grow your web business.
No charge. Unsubscribe anytime.
Did you find this article helpful? Then you'll love our support. Experience the A2 Hosting difference today and get a pre-secured, pre-optimized website. Check out our web hosting plans today.
We use cookies to personalize the website for you and to analyze the use of our website. You consent to this by clicking on "I consent" or by continuing your use of this website. Further information about cookies can be found in our Privacy Policy.