3

I have the latest Tor browser bundle installed on OSX 10.8.5. It connects and I see the 'Congratulations!' page but am unable to browse to any sites e.g. startpage.com or run a search - I just see 'connecting' in the tab title . This was working for me last week so am not sure what has changed.

Roya
  • 3,240
  • 3
  • 19
  • 40
codecowboy
  • 202
  • 1
  • 3
  • 10

2 Answers2

3

This was caused by this issue with Sophos Anti Virus:

#10521 TBB 3.5 for OS X v. 10.9.1 does not connect to any websites

Upon further testing of this issue, it was discovered that Sophos anti-virus is blocking Tor from making connections.

To use TBB 3.5 in a Mac environment, users running Sophos must disable the two options found under Preferences > Web Protection:

  • "Block access to malicious websites..."
  • "Block malicious downloads from websites..."

Users are reporting that previous versions of the TBB worked concurrently with Sophos.

codecowboy
  • 202
  • 1
  • 3
  • 10
0

Also be careful if you use DNSCrypt: if you do, change dns from DNSCrypt dns proxy127.0.0.54 to any other DNS server you like as, for example, google (8.8.8.8).

I'm on Osx 10.9.3 and since 10.9.0, I realized that often TBB does not work correctly if DNSCrypt is using it own dns proxy.

You can change configuration also directly from DNSCrypt manager panel in System Preferences.

Flag "Enable DNSCrypt" UNFLAG "Alway use OpenDNS"

This permits you to change the DNS server in the Network-> Advanced-> DNS panel in System Preferences.

Of course you can set the DNS server to openDNS if you wish, but unflaging Alway use OpenDNS the important result is that Advanced tab in Network panel is not more forced to use the DNSCrypt DNS proxy (127.0.0.54)

Hope this can help you.

A.G.