I am trying to use Tor with python and urllib2 and am stuck. Following
print opener.open('http://check.torproject.org/').read()
and
telnet 127.0.0.1 9051
gives the following error:
514 Authentication Required.
Here is the code I want to use: but I get the same 514 authentication error on urllib2.urlopen call.
import urllib2
Any suggestions on why this is happening?
Tor Vidalia Browser โ Settings โ Advanced: Authentication is set to โCustom Createโ
I am using Python 2.65 urllib2 Tor
source share