from earlier e-mail:

acl tor_url url_regex "C:/Squid/etc/squid/url.tor"

On 17.09.15 18:47, Yuri Voinov wrote:
acl NoSSLIntercept ssl::server_name_regex -i localhost \.icq\.* kaspi\.kz
ssl_bump splice NoSSLIntercept

# Privoxy+Tor access rules
never_direct allow tor_url

cache_peer_access 127.0.0.1 allow tor_url

I wonder if the never_direct and cache_peer_access should not use the same
acl as "ssl_bump splice". Also, the regex \.icq\.* will apparently never match, there should be "\.icq\..*" or simply "\.icq\."

...regex should match inside the server_name, correct?
in such case apparently kaspi\.kz should be "kaspi\.kz$"

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
If Barbie is so popular, why do you have to buy her friends? _______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to