Look:

# Tor acl
acl tor_url url_regex -i "/usr/local/squid/etc/url.tor"

url.tor contains:
^https?.*torproject.*

May be, I'm an idiot, but where is the error?

All other url.tor entries works perfectly. WIth HTTP only.

23.09.15 7:44, Amos Jeffries пишет:
On 23/09/2015 4:39 a.m., Yuri Voinov wrote:
Ooops.  After timed out:

---------
CONNECT torproject.org:443 HTTP/1.1
Host: torproject.org
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36


----------
2015/09/22 22:37:55.499 kid1| peer_select.cc(258) peerSelectDnsPaths:
Find IP destination for: torproject.org:443' via torproject.org
2015/09/22 22:37:55.499 kid1| peer_select.cc(280) peerSelectDnsPaths:
Found sources for 'torproject.org:443'
2015/09/22 22:37:55.499 kid1| peer_select.cc(281) peerSelectDnsPaths:
always_direct = DENIED
2015/09/22 22:37:55.499 kid1| peer_select.cc(282) peerSelectDnsPaths:
never_direct = DENIED
I think what this is showing is that your tor_url is not matching what
we think it has been matching.

Or maybe the squid.conf you have been editing is not the one running.

This line:

  never_direct allow tor_url
changes the log to say "never_direct = ALLOWED" when the ACL matches.

Since it is not, I conclude that the cache_peer_access allow tor_url
line is also not matching and that is why the peer is not being used.

Amos
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to