Package: lighttpd Version: 1.4.53-4 Tags: ipv6I've enabled the SSL configuration (using "lighttpd-enable-mod ssl") and ended up with this:
$ ss -Htln '( sport = :http or sport = :https )' LISTEN 0 1024 0.0.0.0:443 0.0.0.0:* LISTEN 0 1024 0.0.0.0:80 0.0.0.0:* LISTEN 0 1024 [::]:80 [::]:*Note that port 80 is open for both IPv4 and IPv6 (as it should), but port 443 is for IPv4 only.
Please enable HTTPS for IPv6 too if it's available. -- System Information: Architecture: i386 -- Jakub Wilk

