You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
The outward-facing symptom is that Brave fails to connect to Tor.
The logs reveal that the tor daemon connects to the Tor network, but then Brave fails to connect to the tor daemon's control channel:
tor: control socket error: Error: getaddrinfo ENOTFOUND localhost undefined:55219
tor: control socket error: Error: getaddrinfo ENOTFOUND localhost undefined:55219
tor: control socket closed early
Steps to Reproduce
Break into David's home network.
Launch Brave.
Open a private tab with Tor and try to use it.
Actual result:
Brave pops up a 'failed to connect to Tor' dialogue box and doesn't work.
Expected result:
Brave successfully uses the Tor network.
Reproduces how often:
Only on David's home network.
Brave Version
about:brave info:
some recent 0.23.x build with Tor support
Reproducible on current live release:
yes
Additional Information
Nobody has seen this outside David's home network. I suspect there is a broken DNS configuration that is causing localhost -- which nodejs socket.connect({port: 12345}) uses by default -- to resolve to something other than 127.0.0.1, or to fail to resolve.
The text was updated successfully, but these errors were encountered:
(To be clear to any literal-minded readers: I do not actually suggest breaking into David's home network. That would violate a few ethical principles of QA, and it might even violate some broader ethical frameworks too.)
Description
The outward-facing symptom is that Brave fails to connect to Tor.
The logs reveal that the tor daemon connects to the Tor network, but then Brave fails to connect to the tor daemon's control channel:
Steps to Reproduce
Actual result:
Brave pops up a 'failed to connect to Tor' dialogue box and doesn't work.
Expected result:
Brave successfully uses the Tor network.
Reproduces how often:
Only on David's home network.
Brave Version
about:brave info:
some recent 0.23.x build with Tor support
Reproducible on current live release:
yes
Additional Information
Nobody has seen this outside David's home network. I suspect there is a broken DNS configuration that is causing localhost -- which nodejs socket.connect({port: 12345}) uses by default -- to resolve to something other than 127.0.0.1, or to fail to resolve.
The text was updated successfully, but these errors were encountered: