You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
I'm getting the same error when running a grpc-rust gRPC server as a Google Cloud Run function. I also got the "address resolved to multiple addresses" error, and then a Err(Http(ClientDied(None))). I could also use a better error message and some way to disable whatever check is failing (I have not figured that out yet).
Cool. By the way, I came upon grpc-rust via Bazel's Rust rules (https://github.com/bazelbuild/rules_rust). Might be also nice to update the grpc version there when the updates propagate.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It terminates with
Err(Http(ClientDied(None)))
. though after some debugging (see: stepancheg/rust-http2#40 ) it turns out to be simple an expire cert.running
grpc-examples/greeter/src/gen-certs.sh
then restarting server, will allow the client to work.The text was updated successfully, but these errors were encountered: