From Fedora Project Wiki
Jamielinux (talk | contribs) No edit summary |
Jamielinux (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
|description=This testcase will check whether Tor can communicate with the Tor network and allow Firefox to proxy connections to the Tor SOCKS port. | |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= | |setup= | ||
# Ensure the {{package|tor | # Ensure the {{package|tor}} and {{package|firefox}} packages are installed. | ||
# 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= |
Revision as of 15:10, 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/
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 to https://check.torproject.org/
Expected Results
- The first visit to https://check.torproject.org/ should say "Sorry. You are not using Tor."
- After having started tor and configured Firefox, the second visit to https://check.torproject.org/ should say "Congratulations. Your browser is configured to use Tor."