mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-25 16:56:00 +03:00
[GH-ISSUE #26] Grpc Support? #115
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shekohex on GitHub (Oct 9, 2020).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/26
Today I wanted to try
tunneltoto 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
also, I tried to remove
httpsand use port443but didn't work.I thought since gRPC is over http2 it would work, but apparently it didn't :(.
@agrinman commented on GitHub (Oct 10, 2020):
maybe try
myservice.tunnelto.dev:443as the argument, instead of putting the https://see here: https://github.com/fullstorydev/grpcurl
@shekohex commented on GitHub (Oct 11, 2020):
Yes, I tried that too but didn't work either :/