Skip to main content
  1. Posts/

Disable SSLv2 in Lighttpd

··30 words·1 min·

As with most things, turning off SSLv2 in Lighttpd is much easier than in Apache. Toss the following line in your lighttpd.conf and you’re good to go:

ssl.use-sslv2 = "disable"