I can’t seem to connect to my GRPC service deployed with Docker. I’m listening on :50051 and have EXPOSE 50051/tcp in my Dockerfile. My fly.toml includes
and I saw the 443->50051 message in the deployment.
However when running ghz, it indicates that the connection to 443 gets reset by the peer immediately. Did I miss something else that needed to be configured?
This looks reasonable, but gRPC is a bit finicky about TLS and ALPN. Are you able to connect over plaintext if you add, like, port 80 with no handlers?