-
Notifications
You must be signed in to change notification settings - Fork 184
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
chrome 49+ cannot get access from chrome 49+ #2167
Comments
I think I can reproduce this in the uproxy-lib integration tests. Only effects Churn! |
Great to know. 49 is now beta so we need to look into this urgently. |
And from testing uproxy-lib just now it seems the issue is only between Chrome 49+ and Chrome 49+...Firefox is just fine: |
Preliminary diagnosis: In Churn, the candidates are generated by the Probe connection, but passed to the Obfuscated connection (after replacing the IP and port with the mirror port). Most browsers ignore the new @trevj proposes to fix this by dropping all extensions, or all extensions other than a whitelist, because |
Spotted while rolling the latest uproxy-lib release. 49 is canary right now. It can get access from any other Chrome version, and Firefox stable.
trevj@trevj1:~/src/uproxy-lib$ curl -x socks5h://0.0.0.0:9999 www.example.com curl: (7) Unable to receive initial SOCKS5 response.
Getter logs:
Giver logs:
The text was updated successfully, but these errors were encountered: