bradleyjkemp/grpc-tools

grpc-dump: Use with iOS

DataPools opened this issue · 3 comments

I have been successful in using grpc-dump to listen on grpc traffic from my Android device. However, when ever I try to do the same thing on my iPhone (running iOS 14), I get the following error:

2020/12/26 21:48:08 http: TLS handshake error from <IP Address>:49345: EOF

Has anyone managed to successfully listen on grpc traffic from iOS?

Really sucks that it has been almost a year without a response. :(

I have the same problem.

Ended up just using Charles proxy. It has support for grpc on iOS.

@bradleyjkemp: Can you explain how to setup your Android and iOS device to use it with grpc-dump? With Charles Proxy I point to my local ip address and port number, but I don't understand what to do for grpc-dump.
Thanks