Replies: 1 comment
-
|
Due to recent testing, this is likely a bug. See GitHub issue #1706 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to get an
.auth_privateclient authorization file working with v17.8.0-RC3. I'm on /e/OS 3.7.3 (Android 14).What I know works
curl, I can see that the IP address when usingcurl --socks5 127.0.0.1:9050I get a different "unknown" IP address from ip.me than if I don't use the--socks5proxy. Without, it gives me my local ISP connection's IP address.curl --socks5-hostname 127.0.0.1:9050 https://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion/ncat -v --proxy-type socks5 --proxy 127.0.0.1:9050.auth_privatefile on a Linux desktop - I can access the hidden service fine.What breaks
I have imported the same
.auth_privatefile I used on the Linux desktop above into Orbot. When connecting to the hidden onion service, I get this error when using the samencatcommand above - just changing the onion address and port:I have double checked that the onion address is 100% correct.
In the Orbot logs, it says:
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions