Heartbleed: OpenSSL Vulnerability


Status
Not open for further replies.

dhimas

Beginner 1.0
sudah update ke versi 1.0.1g kok katanya masih vuln ya o_O

[update]
server need reboot :104::104:
jangan lupa yaa:113::113:


Ikutan update Tuan..

dot.png
 

sigmabisnis

Hosting Guru
Verified Provider
Kalo yang pake centOs 5 enggak vulnerable kan yaah?
"RHEL/CentOS 5 servers which are using the OpenSSL 0.9.8 RPM included in the official OS repositories are not vulnerable since they are using an older version of OpenSSL that never contained this vulnerability."
 

amudy17

Beginner 2.0
Any problem with manually compiling openssl as follows:

cd /usr/src

wget https://www.openssl.org/source/openssl-1.0.1g.tar.gz -O openssl-1.0.1g.tar.gz

tar -zxf openssl-1.0.1g.tar.gz

cd openssl-1.0.1g

./config

make

make test

make install

openssl version

If it shows old version do the steps below.

mv /usr/bin/openssl /root/

ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl

openssl version
OpenSSL 1.0.1g 7 Apr 2014
 
Status
Not open for further replies.

Top