How to secure Proxmox VE server against the poodle SSL attack?

Riverman

New Member
Dec 20, 2010
8
0
1
Hi,
How should I secure my Proxmox VE 3.3 against the Poodle SSL attack?

I did following; but I'm not sure what else needed to be done?

nano /etc/apache2/mods-available/ssl.conf

-SSLProtocol all -SSLv2
+
SSLProtocol all -SSLv2 -SSLv3

Then I restarted Apache:

service apache2 restart

Do we need to do any more?

Best regards
Måns Åman, Riverman
 
With the release of Proxmox VE 3.0 back in May 2013, the Proxmox VE web interface does no longer require Apache. Instead, they’re using now a new event driven API server called pveproxy