If you use a separate proxy server, by default, Kaspersky Web Traffic Security does not encrypt ICAP traffic or authenticate ICAP clients. The application administrator must independently ensure a secure network connection between your proxy server and Kaspersky Web Traffic Security by using traffic tunneling or iptables.
You can opt not to use a separate proxy server and instead install the Squid service on one or more Worker servers.
To install the Squid service:
yum install -y squid
zypper install squid
apt-get install squid
systemctl enable squid
service squid start
service squid status
The Active parameter must contain the active (running) value.
The Squid service is installed.
Page top