Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting proper result #29

Closed
nirmalkumar1988 opened this issue Apr 16, 2018 · 1 comment
Closed

Not getting proper result #29

nirmalkumar1988 opened this issue Apr 16, 2018 · 1 comment

Comments

@nirmalkumar1988
Copy link

Hello ,

When i am try to run below comman 馃憤
grpcurl localhost:9081 describe .
I am getting below error :
Failed to dial target host "localhost:9081": tls: oversized record received with length 20527
Please help me out what i am doing wrong .

Thanks

@jhump
Copy link
Contributor

jhump commented Apr 16, 2018

Is the server using TLS? If not, you need the -plaintext flag:

grpcurl -plaintext localhost:9081 describe

@jhump jhump closed this as completed May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants