I'm wondering if anyone has setup HAProxy with http2 support on the frontend and HTTP/1.1 on the backend
The backend servers are currently Varnish so only support HTTP/1.1
Would http2 work in scenario were a persistent connection would be kept open to the load balancer, and the load balancer would then make the downgraded HTTP1.1 connections to the backend.
Or do both the frontend and the backend need to support HTTP2?