fullstorydev / grpcurl

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
MIT License
10.39k stars 496 forks source link

Failed to dial target host "localhost:5001": x509: certificate signed by unknown authority #301

Closed sharooksubana closed 1 year ago

sharooksubana commented 2 years ago

I am also facing same issue -insecure flag works fine but I wanted to verify the self-signed cert can anyone give the good example how to use the -cacert flag and from where I should get the certificate

kczulko commented 1 year ago

I think this comment from #320 answers the question and the issue can be closed.

mafeifan commented 7 months ago

I facing same issue