Quantcast
Viewing latest article 8
Browse Latest Browse All 10

CentOS 6.5 で HeartBleed 問題を確認・解決する

自分が管理しているいくつかのサーバに HeartBleed 問題があるかどうか確認した。

CentOS 6.5 の場合、openssl-1.0.1e-16.el6_5.7以上がインストールされればOKらしい。

# openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013

これだと分からないので以下のように。

# yum list installed | grep openssl
openssl.x86_64  1.0.1e-16.el6_5.7  @updates  

念のためアップデートがあるか確認

# sudo yum update openssl
Loaded plugins: downloadonly, fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: ftp.iij.ad.jp
 * epel: ftp.jaist.ac.jp
 * extras: ftp.iij.ad.jp
 * updates: ftp.iij.ad.jp
Setting up Update Process
No Packages marked for Update

最後に httpd を再起動して完了

# service httpd restart
httpd を停止中:  [  OK  ]
httpd を起動中:  [  OK  ]

Viewing latest article 8
Browse Latest Browse All 10

Trending Articles