Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 3 Current »

Instructions to install security update on CentOS servers: http://alvinalexander.com/linux-unix/centos-yum-installing-only-security-updates

Fixing POODLE Vulnerability

The POODLE vulnerability will be fixed by disabling SSLV3 and SSLv2 in apache 

in CentOS:

sudo vi /etc/httpd/conf.d/ssl.conf


find the SSLProtocol directive, modify that 

SSLProtocol all -SSLv3 -SSLv2


restart apache2

sudo service httpd restart


details are available here : https://www.digitalocean.com/community/tutorials/how-to-protect-your-server-against-the-poodle-sslv3-vulnerability

  • No labels