Hi
I'm evaluating grpc for use in an application that will see my client potentially distributed behind a number of corporate firewalls.
From experience in the past I know these firewalls (specifically the ones that man in the middle traffic) can often break things like TLS and websockets, but I have never experimented with HTTP/2.
Has anyone had any good or bad experiences with this? My concern is that HTTP/2 may not be supported or may be explicitly blocked and my grpc clients won't be able to communicate across the internet with my server.
Thanks