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
Linux 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Description
I ran the example server and tried to connect with grpcurl without any certificate at all. The server shutdown; thus not able to accept any new connections.
I enabled tracing and repeated the process.
grpcurl output: Failed to dial target host: tls: failed to verify certificate: x509: certificate signed by unknown authority
Bug Report
Version
0.12.2
╰─❯ cargo-tree tree | grep tonic
├── tonic v0.12.2
└── tonic-build v0.12.2
Platform
Linux 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Description
I ran the example server and tried to connect with
grpcurl
without any certificate at all. The server shutdown; thus not able to accept any new connections.I enabled tracing and repeated the process.
grpcurl output:
Failed to dial target host: tls: failed to verify certificate: x509: certificate signed by unknown authority
tracing output (only some of it):
after the last line the server shutdown.
The text was updated successfully, but these errors were encountered: