iCepa / Tor.framework

Tor framework for the iCepa project
Other
245 stars 53 forks source link

gRPC connecting over Tor #52

Closed JimmyMow closed 4 years ago

JimmyMow commented 5 years ago

Hi. I am trying to allow users of my application to connect to a server over Tor. We are using gRPC, and from my quick research, there are some issues in accomplishing this. It seems that the problem is that this library is using NSURLSession API and the grpc library is using CFStream API. It seems there is also a potential issue with Tor and http/2.

I was wondering if anyone has connected over Tor using gRPC successfully or if anyone had any helpful pointers for me in trying to accomplish this. Would be much appreciated!

tladesignz commented 4 years ago

Hey, sorry, that nobody ever got back to you. You might want to check out #54, you might find more info there. Anyway, I'll close this. Feel free to reopen, if you have questions.