-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Tor ERR_PROXY_CONNECTION_FAILED when network devices change on Linux #7899
Comments
I'm not seeing the same problem with the Tor Browser. |
cc: @riastradh-brave |
I should probably add, that closing the Tor window and starting a new one does not solve the problem. The entire browser needs to be closed and started again for Tor to resume working correctly. |
Strace against the
By the time I looked at the process list, the sender was already gone, but the very close pid numbers suggest a related process - something spawned by Brave, rather than something completely unrelated. |
Same/similar issue on macOS #8129. |
I set up an audit rule as follows:
then, a few minutes ago, the tor process was killed again and I got the following:
I was also running strace at the same time like this
so I have a strace log with a 1000 lines of context above and below the SIGTERM, I can provide that on request. |
Same/similar issue on Linux, macOS and Windows #8076. |
Interestingly, today, after the Tor process spawned by Brave was killed, closing the Tor window and opening a new one did work. A new Tor process was started and the new Tor window works, which is an improvement. I'm now on an updated Brave version, compared to the original report:
|
Same/similar issue on macOS #6629 |
I keep up-to-date with Brave releases and I haven't seen this happen in months. |
@wknapik thanks for reporting back! I'll close this issue for now and if it happens again we can re-open. Happy new year! 😄 |
Description
I use Brave on a laptop at home and at work. At home, I use a VPN, at work, I don't. While the non-Tor windows keep working, the Tor window eventually stops working and all tabs in that window report ERR_PROXY_CONNECTION_FAILED on reload. There appears to be no obvious trigger for the breakage, at some random point it just stops working.
Initially, I thought maybe switching between cable and wifi was causing this, but I've been using wifi exclusively for a while and the issue persists.
Steps to Reproduce
Actual result:
b0rkage.
Expected result:
No b0rkage.
Reproduces how often:
Inconsistently.
Brave version (brave://version info)
Brave is installed from an AUR package (PKGBUILD).
Version/Channel Information:
This issue has been present for at least a few versions.
Other Additional Information:
Miscellaneous Information:
I'm using Arch Linux.
For VPN leak prevention, I use https://github.com/wknapik/vpnfailsafe while the VPN is running and disable it when it's not running (removing routes, firewall rules, hosts entries).
The text was updated successfully, but these errors were encountered: