-
Notifications
You must be signed in to change notification settings - Fork 83
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
Why PowerTunnel uses tcp6 #146
Comments
Seems like it is being used by LittleProxy, which powers the application |
Weird indeed, I get a lot of reports that SOCKS upstream proxies don't work sometimes, but I can't reproduce the problem and I still can't get any light on this. Do you know which SOCKS server software is being used? |
for the external server, No, its paid service . =Edit= When I use my other external SOCKS5 (uses 3proxy) that had no authentication, the tunnel works
This is the log..
|
Hi I set up PowerTunnel to use my private SOCKS5 proxy and I start it, I change my browser proxy to use
127.0.0.1:8085 but I always get this error message
ERR_TUNNEL_CONNECTION_FAILED
anyway when I check the port using
netstat -tunalp
I got this outputtcp6 0 0 127.0.0.1:8085 :::* LISTEN 4731/java
=Edit=
The issue not related to localhost server connection, but looks like PowerTunnel unable to make connect to upstream SOCKS5 proxy I'm using, my guess is due to authentication issue, the same SOCKS5 proxy works with authentication when i test it with
curl --socks5 199.99.99.99:90099 --proxy-user USER:PASSWORD https://lumtest.com/myip.json
The text was updated successfully, but these errors were encountered: