Closed skumar1987 closed 11 months 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.
This is almost certainly a problem on your end :) I recommend trying grpcurl and passing equivalent args to this tool.
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.