If you are running Apache, as I do you may want to take steps to secure your system but making a slight adjustment to your configuration.
By adding the simply line:
SSLProtocol All -SSLv2 -SSLv3
The file location: /etc/apache2
The file name: apache2.conf
Remember to always backup a configuration file before making changes.
Once completed restart apache: service apache2 restart or /etc/init.d/apache2 restart
3 replies on “Secure Apache HTTPD from POODLE”
[…] was testing one of my SSL enabled sites after securing apache HTTPD from POODLE, when I noticed the following […]
[…] was testing one of my SSL enabled sites after securing apache HTTPD from POODLE, when I noticed the following […]
[…] Then secured up Apache here: http://jermsmit.com/secure-apache-httpd-from-poodle/ […]