Replies: 1 comment
-
@tottoto Happen to know by chance? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I'm attempting to connect to bazel-remote (which is running locally without https/tls) using tonic/prost (powered by bazel-remote-apis-rust, but I consistently hit a
h2 protocol error: http2 error
error when attempting to make requests.The bazel-remote service is http 1.1 only, not http 2. Is it simply not compatible with tonic? Or is it because we're not using tls locally (which is a pain to setup)?
Any help is appreciated, as this error is very cryptic.
Here's some logs with more information (with
dbg!
calls) if that helps:Beta Was this translation helpful? Give feedback.
All reactions