http2 Support when choosing a Methode for a target #1834

Closed
opened 2026-04-05 19:42:33 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Doderich on 1/30/2025

Hey, I was wondering if there will be support for HTTP/2 as an option for a resource target.
Image

I'm using a self-hosted Zitadel instance as my Identity Provider, and Zitadel requires an h2c connection, at least from the proxy to the instance. This can be easily configured in Traefik by using h2c, as shown below:

auth:
      loadBalancer:
        servers:
          - url: "h2c://ip-adress:port"
        passHostHeader: true

I’m not sure how difficult it would be to implement this, but could you please take a look?

Thanks!

*Originally created by @Doderich on 1/30/2025* Hey, I was wondering if there will be support for HTTP/2 as an option for a resource target. ![Image](https://github.com/user-attachments/assets/d65d51cc-ef04-46f7-bdc9-eb684ec7b1ee) I'm using a self-hosted Zitadel instance as my Identity Provider, and Zitadel requires an h2c connection, at least from the proxy to the instance. This can be easily configured in Traefik by using h2c, as shown below: ``` auth: loadBalancer: servers: - url: "h2c://ip-adress:port" passHostHeader: true ``` I’m not sure how difficult it would be to implement this, but could you please take a look? Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1834