Poodle Vulnerability
From Roaring Penguin
Revision as of 09:09, 24 October 2014 by MCoyne (talk | contribs) (Created page with "To reduce POODLE exposure, edit /etc/apache2/mods-available/ssl.conf and change the line: SSLProtocol all -SSLv2 to: SSLProtocol all -SSLv2 -SSLv3 and run: serv…")
To reduce POODLE exposure, edit /etc/apache2/mods-available/ssl.conf and change the line:
SSLProtocol all -SSLv2
to:
SSLProtocol all -SSLv2 -SSLv3
and run:
service apache restart