TOR Blocklist
Posted: 10 Jul 2013, 21:25
A couple of days ago I started seeing this in lfd.log:
Jul 8 11:00:56 svr lfd[8991]: Unable to retrieve blocklist TOR - Unable to download: 403 - Forbidden
I get the same response if I try and visit http://exitlist.torproject.org/exit-addresses from my desktop. After a little digging, I found this - https://check.torproject.org/cgi-bin/TorBulkExitList.py which asks for the ip of the server, and then provides a url to download the list. So I replaced:
TOR|86400|0|http://exitlist.torproject.org/exit-addresses
with
TOR|86400|0|https://check.torproject.org/cgi-bin/To ... xx.xxx.xxx
in the blocklist configuration. However, now this is what I get in lfd.log:
Jul 10 12:30:46 svr lfd[9387]: Unable to retrieve blocklist TOR - Unable to download: 599 - Net::SSLeay 1.49 must be installed for https support
I have Net::SSLeay 1.54 installed. Does anyone know if this means that I speficially need 1.49 or am I missing something else.
Thanks
Jul 8 11:00:56 svr lfd[8991]: Unable to retrieve blocklist TOR - Unable to download: 403 - Forbidden
I get the same response if I try and visit http://exitlist.torproject.org/exit-addresses from my desktop. After a little digging, I found this - https://check.torproject.org/cgi-bin/TorBulkExitList.py which asks for the ip of the server, and then provides a url to download the list. So I replaced:
TOR|86400|0|http://exitlist.torproject.org/exit-addresses
with
TOR|86400|0|https://check.torproject.org/cgi-bin/To ... xx.xxx.xxx
in the blocklist configuration. However, now this is what I get in lfd.log:
Jul 10 12:30:46 svr lfd[9387]: Unable to retrieve blocklist TOR - Unable to download: 599 - Net::SSLeay 1.49 must be installed for https support
I have Net::SSLeay 1.54 installed. Does anyone know if this means that I speficially need 1.49 or am I missing something else.
Thanks