Hi there,
We're running traefik in EKS behind an NLB.
We're attempting to roll out support for HTTP3 but are running into issues when the target group has Proxy Protocol enabled. Naturally we don't expect this to work for UDP traffic, but would expect the TCP traffic to work. The issue is without proxy protocol enabled, even with client IP preservation we lose the users IP address. This could be for one of many reasons such as they connected via IPv6 and the NLB is converting that to an IPv4 connection.
Is there a configuration in which with proxy protocol enabled traefik will work with HTTP3?
Thanks in advance