grpc-ecosystem / grpc-health-probe

A command-line tool to perform health-checks for gRPC applications in Kubernetes and elsewhere
Apache License 2.0
1.44k stars 188 forks source link

health probe not working if we enable ssl #193

Closed skumar1987 closed 7 months ago

skumar1987 commented 7 months ago

health proble is not connecting to pod if we enable ssl, without ssl enablement it's working fine.

ahmetb commented 7 months ago

Did it work on older versions and just broke? Please give more details.

If it never worked in the first place, you're most likely misconfiguring it.

skumar1987 commented 7 months ago

It never worked after enabling ssl. now I am able to connect with below command ./grpc_health_probe-linux-amd64 -addr localhost:8443 -tls -tls-no-verify