#Issues with grpc/http 2

3 messages · Page 1 of 1 (latest)

subtle vine
#

So I have a grpc server on my subdomain, looks like this: api.example.com. I've configured nginx correctly. If I enable proxy status on the subdomain requests dont go through and I get
Received RST_STREAM with code 2 triggered by internal client error: Protocol error from my gRPC client. If I enable DNS only on the sub domain it works just fine.

hearty nacelle
#

Did you enable the gRPC option in the cf dashboard?

subtle vine
#

I was sending requests without TLS on post man 💀