Issues with grpc/http 2
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.1 Reply
I was sending requests without TLS on post man 💀
resolved.