Connect squid squidguard and ssl_bump
-
So through ssl_bump we can get url http://wiki.squid-cache.org/Features/SslPeekAndSplice
wonder if someone has or can bound it with squidguard listsOr how you do the lists to use with ssl_bump configs
Please share
ps. please no WPAD
-
I have http://www.shallalist.de/Downloads/shallalist.tar.gz on SquidGuard blacklist
Below seems to work. I am not sure about efficiency of ssl_bump. Guess should ask Alex on squid mailingsacl blk_BL_socialnet ssl::server_name "/var/db/squidGuard/blk_BL_socialnet/domains"
ssl_bump terminate blk_BL_socialnet
ssl_bump peek all
ssl_bump splice allWill appreciate some insights, maybe something like below just using 1st step's Server Name Indication:
acl step1 at_step SslBump1
ssl_bump peek step1
ssl_bump terminate blk_BL_socialnet
ssl_bump splice all -
nice one sir :)