From a quick look at the lighttpd source code I would say only one curve is supported or OpenSSL 1.1.1c does not understand that string. What works is this (found in every example on this parameter I found on the web, though):
Oh, huh. That's kinda poopy. In that case, I guess it makes sense to remove the line entirely and let it choose from its list of curves. Thanks for letting me know!
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.
For lighttpd 1.4.45 then generator gives this line:
For lighttpd 1.4.53 the following is generated:
That however leads to this error:
From a quick look at the lighttpd source code I would say only one curve is supported or OpenSSL 1.1.1c does not understand that string. What works is this (found in every example on this parameter I found on the web, though):