Disabling Sslv3 In Lighttpd
To disable SSLv3 in Lighttpd to mitigate the Poodle attack, add the following to your lighttpd.conf file.
ssl.use-sslv2 = "disable"
ssl.use-sslv3 = "disable"
You need to be running at least Lighttpd 1.4.29
To disable SSLv3 in Lighttpd to mitigate the Poodle attack, add the following to your lighttpd.conf file.
ssl.use-sslv2 = "disable"
ssl.use-sslv3 = "disable"
You need to be running at least Lighttpd 1.4.29
I'd love to hear from you! Use the button below to email me with any thoughts, or feedback (and if you'd like your comment published or not).
Your email address won't be used for any other purpose than replying.