tunnelto icon indicating copy to clipboard operation
tunnelto copied to clipboard

Grpc Support?

Open shekohex opened this issue 3 years ago • 2 comments

Today I wanted to try tunnelto to expose my local gRPC service to my mobile, but for some reason, tunnelto couldn't handle that: Here are some logs when I tried to do that

$ grpcurl -plaintext -proto myproto.proto https://myservice.tunnelto.dev myservice.HelloWorld/Hello
Failed to dial target host "https://myservice.tunnelto.dev": dial tcp: lookup tcp///myservice.tunnelto.dev: getaddrinfow: The specified class was not found.

also, I tried to remove https and use port 443 but didn't work. I thought since gRPC is over http2 it would work, but apparently it didn't :(.

shekohex avatar Oct 09 '20 20:10 shekohex

maybe try myservice.tunnelto.dev:443 as the argument, instead of putting the https:// see here: https://github.com/fullstorydev/grpcurl

agrinman avatar Oct 10 '20 23:10 agrinman

maybe try myservice.tunnelto.dev:443 as the argument, instead of putting the https:// see here: fullstorydev/grpcurl

Yes, I tried that too but didn't work either :/

shekohex avatar Oct 11 '20 20:10 shekohex