Browse Source
HTTP/2 requires that TLS protocol >= TLSv1.2 HTTP/2 requires that TLS record compression be disabled HTTP/2 requires that TLSv1.2 renegotiation be disabled HTTP/2 requires that TLS SNI extension be presented with ALPN h2 (not enforced; SNI omitted by client when connecting to IP instead of to name) RFC 7540 9.2 Use of TLS Features "Implementations are encouraged to provide defaults that comply, but it is recognized that deployments are ultimately responsible for compliance." If TLS record compression or renegotiation are for some reason required (which is strongly discouraged), then disable HTTP/2 in lighttpd with server.feature-flags = ("server.h2proto" => "disable")master
5 changed files with 176 additions and 5 deletions
Loading…
Reference in new issue