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

Not working when tls is enabled #158

Closed skumar1987 closed 11 months ago

skumar1987 commented 1 year ago

I enabled tls at server side and service is up and running but health probe is failing with timeout

grpc_health_probe -addr=localhost:8443 -tls

Note: it's working when tls was disabled at server side.

ahmetb commented 1 year ago

This is almost certainly a problem on your end :) I recommend trying grpcurl and passing equivalent args to this tool.