I read in Cloudflares support pages they convert the traffic from HTTP2 to HTTP/1.x when sending the requests forward to our internal proxies.
We have a Cloudflare WAF service, which send the traffic forward to our data center internal WAF, and this WAF sends the traffic forward to our nginx, which is basically proxies the requests to our internal services.
Now our WAF and nginx support HTTP2 protocol, but we noted that when requests come from Cloudflares side, they are converted to HTTP/1.x since according to them there is no point forwarding the traffic using the same HTTP2, because HTTP2 is focused on improving the browser behavior only.
I am not sure if we really don't need the traffic to be sent to all proxies using the same HTTP2. Can anyone shed some light on this topic?