OpenSSL HeartBleed vulnerability Simple Repair Process in CentOS

Source: Internet
Author: User
Tags install openssl

Today, this hole is quite popular. I quickly tested my website and there was a problem. The simple repair process is as follows (CentOS 6.5 ):

Yum search openssl # returned Updating: openssl x86_64 1.0.1e-16. el6_5.7 updates 1.5 M Updating for dependencies: openssl-devel x86_64 1.0.1e-16. el6_5.7 updates 1.2 M

 

It seems that the version is still relatively new. Then, run yum install openssl # and restart nginx/etc/init. d/nginx restart # The test vulnerability has been fixed. I originally wanted to compile and install the source code, because the above process has been fixed and the compilation has not been completed. If the yum method does not work, try the following installation:
Wget http://www.openssl.org/source/openssl-1.0.1g.tar.gz cd openssl-1.0.1g./config make & make install/etc/init. d/nginx restart # restart nginx

 

Test whether it has been fixed ~ _ ^

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.