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
But when I try to do the same from go via grpc client in go, I'm seeing the following error: "transport: authentication handshake failed: credentials: cannot check peer: missing selected ALPN property"
The text was updated successfully, but these errors were encountered:
AmoghMK
changed the title
Hubble relay doesn't provide ALPN during tls handshake while establishing a grpc connection
Hubble relay server doesn't provide ALPN during TLS handshake while establishing a GRPC connection
Nov 8, 2024
I have a hubble relay setup with the following configuration:
I extracted ca.crt, client.crt and client.key from secret hubble-relay-client-certs and I'm able to fetch flows using hubble cli with the following:
But when I try to do the same from go via grpc client in go, I'm seeing the following error:
"transport: authentication handshake failed: credentials: cannot check peer: missing selected ALPN property"
The text was updated successfully, but these errors were encountered: