When upgrading from Debian GNU/Linux 9 (stretch) to 10 (buster) lighttpd was upgraded from 1.4.45 to 1.4.53 and openssl from 1.1.0k to 1.1.1c. The following line generated by the ssl-config-generator worked with the old combination:
ssl.openssl.ssl-conf-cmd = ("Protocol" => "all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1")
However that fails on the new versions with this error:
When upgrading from Debian GNU/Linux 9 (stretch) to 10 (buster) lighttpd was upgraded from 1.4.45 to 1.4.53 and openssl from 1.1.0k to 1.1.1c. The following line generated by the ssl-config-generator worked with the old combination:
However that fails on the new versions with this error:
It works if I change the line that way (based on a config snippet from this blog post:
Not sure if this is a problem of lighttpd or openssl, though.