Skip to content

Enable HTTP3 #1190

@bwbroersma

Description

@bwbroersma
$ curl --http3 -sSI https://desec.io | head -n1
HTTP/2 200 

HTTP3 in nginx can be enabled (and HTTPS record set), in nginx:

http3 on;

+ duplicate the listen with a quic instance, see https://nginx.org/en/docs/quic.html#configuration

Then also a HTTPS record can be added to the DNS zone:

desec.io. IN HTTPS  1 . alpn=h2,h3 

At internet.nl we needed these changes (and forgot to expose udp in docker).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions