First of all, the proxy password (if any) is stored plain-text in the torc file (\Browser\TorBrowser\Data\Tor\torrc)......
Using the pound character "#" inside the proxy password (line HTTPSProxyAuthenticator) will not save anything which is after the pound character (including the character). Some companies have a strict policy regarding passwords therefore it is required to use such characters (unfortunately I managed to get to this character as well, forced by the password expiry policy + old password policy).
This is also reproducible with version 7.5 (2018-01-23 build) of Tor bundle.
Currently I am unable to use Tor on my PC with my user+password.
Is there an easy fix? Are there some escape characters?
Trac: Username: ro0ter
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
1/30/2018 15:26:35 PM.700 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections.
1/30/2018 15:26:35 PM.700 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections.
1/30/2018 15:26:35 PM.700 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control network connections. Shutting down all existing connections.
1/30/2018 15:26:35 PM.700 [NOTICE] Opening Socks listener on xx.xx.xx.xx:xxx
1/30/2018 15:26:36 PM.600 [NOTICE] Bootstrapped 5%: Connecting to directory server
1/30/2018 15:26:36 PM.600 [NOTICE] Bootstrapped 10%: Finishing handshake with directory server
1/30/2018 15:26:36 PM.800 [WARN] The https proxy sent back an unexpected status code 407 ("Proxy Authentication Required"). Closing.
1/30/2018 15:26:36 PM.800 [WARN] Proxy Client: unable to connect to xx.xx.xx.xx:xxx
1/30/2018 15:26:37 PM.600 [WARN] The https proxy sent back an unexpected status code 407 ("Proxy Authentication Required"). Closing.
1/30/2018 15:26:37 PM.600 [WARN] Proxy Client: unable to connect to xx.xx.xx.xx:xxx
1/30/2018 15:26:37 PM.700 [WARN] The https proxy sent back an unexpected status code 407 ("Proxy Authentication Required"). Closing.
[ ... ]
1/30/2018 15:27:36 PM.900 [WARN] Proxy Client: unable to connect to xx.xx.xx.xx:xxx
1/30/2018 15:27:46 PM.900 [WARN] The https proxy sent back an unexpected status code 407 ("Proxy Authentication Required"). Closing.
1/30/2018 15:27:46 PM.900 [WARN] Proxy Client: unable to connect to xx.xx.xx.xx:xxx
Trac: Username: ro0ter Component: - Select a component to Applications/Tor Browser Owner: N/Ato tbb-team
How are you configuring the proxy? Are you changing the torrc file directly? I am asking as Tor Browser lets you configure your HTTP proxy directly during start-up.
R.e. how to handle the '#' character, here is a question for the network team: how should Tor Launcher encode '#" characters when it issues a SETCONF command? Maybe \23 or enclose the value in double quotes?
ro0ter, you can work around this bug by editing the torrc file that is part of your Tor Browser installation. You will want to ensure that your torrc includes lines that look like the following:
HTTPSProxy 1.2.3.4:80
HTTPSProxyAuthenticator "mcs:secret#1"
The HTTPSProxy value should be host:port and the value for HTTPSProxyAuthenticator should be "username:password".
Note that if you later use our GUI to make changes, your manual changes will be overwritten.
Trac: Status: assigned to needs_review Keywords: N/Adeleted, TorBrowserTeam201802R added
Thanks. Merge to master (commit fa8590a497b492f6da62bbf7009735a17e17ec21). I think the change is small enough that we'll include it directly in the next stable as well.
Trac: Resolution: N/Ato fixed Status: needs_review to closed
mcs, I cant make it work since the tor launcher detects my change and does not agree... Id rather not attach a screenshot, not useful, but here`s the text:
:: Connect to Tor ::
Tor|Browser
You have configured Tor bridges or you have entered local proxy settings. To make a direct connection to the Tor network, these settings must be removed.
[ < Back ] [ Remove Settings and Connect ]
For assistance, visit torproject.org/about/contact.html#support
mcs, I cant make it work since the tor launcher detects my change and does not agree... Id rather not attach a screenshot, not useful, but here`s the text:
...
I forgot that you will be prompted (since you have not previously connected). To avoid the prompt, set extensions.torlauncher.prompt_at_startup to false by ensuring that the following line in present in your prefs.js file:
user_pref("extensions.torlauncher.prompt_at_startup", false);
The prefs.js file is located in your browser profile. The path is `Browser\TorBrowser\Data\Browser\profile.default\prefs.js.
One more question: what about password containing both double quotes and pound?
Our code already knew how to escape double quotes. You can use \" to include them in your torrc, e.g.,
HTTPSProxyAuthenticator "mcs:secret"quote"#1"