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
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