guardianproject / guardianproject/tor-android
Socks port doesn't work if Orbot is running.
- Dominant language
- Java
- Stars
- 286
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
Hi Folks,
Is it possible to run the service inside my app if the user has an Orbot instance ALSO running and connected to Tor?
The lib gives me a different port, so I thought I could have 2 SOCKs proxy options for my app. But if I try to connect to the library proxy, nothing resolves and if I listen to debug, I only get `CHANNEL_CLOSED`
Like:
```
CIRC13 LAUNCHED BUILD_FLAGS=ONEHOP_TUNNEL,IS_INTERNAL,NEED_CAPACITY PURPOSE=GENERAL TIME_CREATED=2024-09-25T21:37:42.085078
CIRC13 FAILED BUILD_FLAGS=ONEHOP_TUNNEL,IS_INTERNAL,NEED_CAPACITY PURPOSE=GENERAL TIME_CREATED=2024-09-25T21:37:42.085078 REASON=CHANNEL_CLOSED
```
Is this a bug or is the behavior for running two Tor services unclear?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.