From Fedora Project Wiki
Jamielinux (talk | contribs) mNo edit summary |
Jamielinux (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
# The <code>/etc/tor/torrc</code> configuration file should be the default one included with the package. | # The <code>/etc/tor/torrc</code> configuration file should be the default one included with the package. | ||
|actions= | |actions= | ||
# In Firefox, browse to https://check.torproject.org/ | # In Firefox, browse to https://check.torproject.org/?lang=en-US | ||
# <code>sudo systemctl start tor.service</code> | # <code>sudo systemctl start tor.service</code> | ||
# Configure Firefox to connect to SOCKS proxy: | # Configure Firefox to connect to SOCKS proxy: | ||
Line 13: | Line 13: | ||
## Set '''SOCKS Host''' as: <code>localhost</code> | ## Set '''SOCKS Host''' as: <code>localhost</code> | ||
## Set '''SOCKS Port''' as: <code>9050</code> | ## Set '''SOCKS Port''' as: <code>9050</code> | ||
# Browse to https://check.torproject.org/ | # Browse again to https://check.torproject.org/?lang=en-US | ||
|results= | |results= | ||
# The first visit to | # The first visit to the check website should say: '''Sorry. You are not using Tor.''' | ||
# After having started tor and configured Firefox, the second visit to | # After having started tor and configured Firefox, the second visit to the check website should say: '''Congratulations. Your browser is configured to use Tor.''' | ||
}} | }} | ||
[[Category:Tor_Test_Cases]] | [[Category:Tor_Test_Cases]] |
Latest revision as of 15:49, 5 March 2013
Description
This testcase will check whether Tor can communicate with the Tor network and allow Firefox to proxy connections to the Tor SOCKS port.
Setup
- Ensure the
tor
andfirefox
packages are installed. - The
/etc/tor/torrc
configuration file should be the default one included with the package.
How to test
- In Firefox, browse to https://check.torproject.org/?lang=en-US
sudo systemctl start tor.service
- Configure Firefox to connect to SOCKS proxy:
- Open the proxy settings: Edit → Preferences → Advanced → Network → Settings
- Select Manual proxy configuration
- Select SOCKS v5 connection type
- Set SOCKS Host as:
localhost
- Set SOCKS Port as:
9050
- Browse again to https://check.torproject.org/?lang=en-US
Expected Results
- The first visit to the check website should say: Sorry. You are not using Tor.
- After having started tor and configured Firefox, the second visit to the check website should say: Congratulations. Your browser is configured to use Tor.