We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tonic v0.2.0
Linux nixos 5.4.33 #1-NixOS SMP Fri Apr 17 08:50:26 UTC 2020 x86_64 GNU/Linux
As reported by @hadronzoo and myself on Discord, the load-balanced client/channel fails in the discovery phase with:
Error: Status { code: Unknown, message: "transport error: buffered service failed: load balancer discovery error: error trying to connect: invalid URL, scheme is not http" }
when using httpS endpoints.
let endpoints = Channel::from_static("https://127.0.0.1:443").tls_config(...); Channel::balance_list(endpoints)
cc @LucioFranco
The text was updated successfully, but these errors were encountered:
fix(transport): Apply tls-connector for discovery when applicable (hy…
4012814
…perium#334)
396d4c2
fix(transport): Apply tls-connector for discovery when applicable (#334…
99fbe22
…) (#338)
LucioFranco
Successfully merging a pull request may close this issue.
Bug Report
Version
tonic v0.2.0
Platform
Linux nixos 5.4.33 #1-NixOS SMP Fri Apr 17 08:50:26 UTC 2020 x86_64 GNU/Linux
Description
As reported by @hadronzoo and myself on Discord, the load-balanced client/channel fails in the discovery phase with:
when using httpS endpoints.
Reproducible by
cc @LucioFranco
The text was updated successfully, but these errors were encountered: