Skip to content
Advertisement

Tag: squid

Squid routing SSL traffic

Good day, I have a setup in which I am routing my received packets at my Mikrotik router to a squid server. I also can see the incoming traffic with Tcpdump that it is actually ariving @ the correct port (443) on Squid Proxy server. On the next step I have iptables -t nat -A PREROUTING -p tcp –dport 443

Deal with Squid Kerberos auth and Squidguard ldapusersearch

I’m meeting troubles with Squid Kerberos auth and the Squidguard ldapusersearch who I use to apply acl by Active Directory groups membership. The problem is : Squid and Squidguard see my user as : user@domain.local so the ‘%s’ variable of squidguard is ‘user@domain.local’ Into my ldap query there is no default property who can interpret this string. Example : And

Advertisement