Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nothing is shown (404 page not found) #15

Open
rojenzaman opened this issue Apr 7, 2022 · 2 comments
Open

nothing is shown (404 page not found) #15

rojenzaman opened this issue Apr 7, 2022 · 2 comments
Assignees

Comments

@rojenzaman
Copy link

I've tried pre-build and on-machine-builded torpoxy on fedora and ubuntu:

When starting proxy with this command:

torproxy start --insecure --registry '[{"endpoint": "http://rojen36pie4bb3ejc262qkpa57pyvddekum6ifkfzs5byrpqmpqhruyd.onion:80"}]'

nothing is shown and there isn't error log.

I also tried on sudo privileges.

@tiero
Copy link
Contributor

tiero commented Apr 7, 2022

  • Which port the tor daemon is running?

ie. I am doing the following on a Mac M1 and using Tor Browser which expose on port 9150

./bin/torproxy-darwin-arm64 start --insecure --registry '[{"endpoint": "http://rojen36pie4bb3ejc262qkpa57pyvddekum6ifkfzs5byrpqmpqhruyd.onion:80"}]' --socks5-hostname localhost --socks5-port 9150
2022/04/07 11:59:00 Serving tor proxy on :7070

@rojenzaman
Copy link
Author

Tor daemon is running at 9050:

bash-5.1$ curl --socks5 localhost:9050 --socks5-hostname localhost:9050 -s https://check.torproject.org/api/ip | jq
{
  "IsTor": true,
  "IP": "185.220.101.71"
}

I've tried that, still not working:

bash-5.1$ torproxy start --insecure --registry '[{"endpoint": "http://libraryqxxiqakubqv3dc2bend2koqsndbwox2johfywcatxie26bsad.onion:80"}]' --socks5-hostname localhost --socks5-port 9050

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants