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
Sample error when logging is enabled:
DEBUG eventstore::grpc > Failed to create gRPC channel for candidate Endpoint { host: "172.30.240.11", port: 2113 }: transport error: error trying to connect: InvalidDNSNameError
This occurs due to the following limitation in the webpki dependency: briansmith/webpki#54
(Parsing IP SANs from certificates is not yet supported)
See also: rustls/rustls#281 hyperium/tonic#279
This forces the user to use DNS names for each node of the cluster.
The text was updated successfully, but these errors were encountered:
rustls next version 0.21 has fixed that issue. I'll fix it when released.
rustls
0.21
Sorry, something went wrong.
Waiting on tonic to upgrade to hyper version 1.
tonic
hyper
No branches or pull requests
Sample error when logging is enabled:
This occurs due to the following limitation in the webpki dependency:
briansmith/webpki#54
(Parsing IP SANs from certificates is not yet supported)
See also:
rustls/rustls#281
hyperium/tonic#279
This forces the user to use DNS names for each node of the cluster.
The text was updated successfully, but these errors were encountered: