Proxying streaming GRPC with Caddy 2

Caddy GRPC H2C Passthrough
Had a similar issue, adding allow_h2c in the Caddyfile’s server section and using h2c:// in the proxy destination fixed the issue for me and streaming gRPC works fine now.

2 Likes