-
-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Add support for HTTP/3 #1675
Comments
Even though I have this enabled for Traefik as well, as the Hetzner loadbalancer itself does not support UDP yet, is there any advantage in enabling it as a default option at the moment? |
Ah, you're right -- I missed that the Hetzner LB doesn't support UDP or HTTP/3. In that case, this feature doesn’t make much sense; it could work in setups without an LB, but I don’t think it’s really worth it. Also, this probably only concerns the LB itself -- HTTP/3 for the upstream connection between the LB and the servers likely wouldn’t add much benefit. I’ll try asking in the Hetzner forum about HTTP/3 support for the LB; in the meantime, this feature request can probably be postponed or closed. |
Great, I messaged the support team last week as well, but they just gave a generic response.
So I'm hoping that if more people request it that it will be picked up sooner rather than later🤞 |
Description
Maybe doesn't even need to be configurable, just enable it. Requires UDP port 443.
https://doc.traefik.io/traefik/routing/entrypoints/#http3
The text was updated successfully, but these errors were encountered: