mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[GH-ISSUE #115] http2 Support when choosing a Methode for a target #1294
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Doderich on GitHub (Jan 30, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/115
Originally assigned to: @oschwartz10612 on GitHub.
Hey, I was wondering if there will be support for HTTP/2 as an option for a resource target.

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:
I’m not sure how difficult it would be to implement this, but could you please take a look?
Thanks!
@miloschwartz commented on GitHub (Jan 31, 2025):
Will take a look
@FunDeckHermit commented on GitHub (Feb 8, 2025):
Hi,
I have the same request as Kopia uses gRPC over HTTP2.
Kopia docs
The nginx config looks like this:
@oschwartz10612 commented on GitHub (Feb 15, 2025):
Hopefully there is a fix out for this in the next release!