Reverse proxying HTTP/2 from h2 to h2c Reverse proxying HTTP/2 from h2 to h2c nginx nginx

Reverse proxying HTTP/2 from h2 to h2c


HAProxy does support that.

HAProxy can offload TLS and forward to a backend that speaks h2c.

Details on how to setup this configuration are available in this blog post.