[GH-ISSUE #2785] Dashboard UI HTTP3 #5863

Open
opened 2026-08-05 01:05:31 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @v1rusnl on GitHub (Oct 25, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/2785

Is your feature request related to a problem? Please describe.
No problem, but are there any reasons why HTTP3 with QUIC is not used by Caddy Reverse Proxy for accessing the Dashboard UI?
I tested it here on my selfhosted instance, and everything works as expected with H3 enabled.

Describe the solution you'd like
Add - '443:443/udp' to Docker-Compose YML Caddy port section and h3 to the Caddyfile additionally in the section protocols h1 h2c.

Describe alternatives you've considered

Additional context

Originally created by @v1rusnl on GitHub (Oct 25, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/2785 **Is your feature request related to a problem? Please describe.** No problem, but are there any reasons why HTTP3 with QUIC is not used by Caddy Reverse Proxy for accessing the Dashboard UI? I tested it here on my selfhosted instance, and everything works as expected with H3 enabled. **Describe the solution you'd like** Add `- '443:443/udp'` to Docker-Compose YML Caddy port section and `h3` to the Caddyfile additionally in the section `protocols h1 h2c`. **Describe alternatives you've considered** - **Additional context** -
saavagebueno added the feature-request label 2026-08-05 01:05:31 -04:00
Sign in to join this conversation.
No Label feature-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#5863