My booring Blog

Mauro Frigerio blog

Enable HTTP/3 in traefik v3

22-05-2024 3 min read Article

The recent major release v3 of Traefik, brought new features or concretized some. Such as certificates via Tailscale and HTTP3. In this short guide, I want to present an example of configuration to use HTTP3 in Traefik. The change is not drastic, because the functionality already existed as experimental in the old version.

Requirements

  • Linux machine with docker and compose (otherwise you wouldn’t be here)
  • a domain
  • with which a valid TLS certificate (HTTPS) can be obtained.
  • in the example I use the domain, DNS and certificates from traefik.me

Procedure

  1. create the files docker-compose.yml and tls.yml with the contents of the following chapters

    Continue reading

Activate HTTP/3 in traefik

28-07-2022 2 min read Article