Nest.js GRPC client gets RST_STREAM with code 2 when connecting to server behind NGINX with SSL enabled
We have 2 microservices that need to communicate over GRPC, and they are both written in Nestjs. These two services can easily communicate over IP & Port. Now, the problem occures when the GRPC server is behind the Nginx proxy…