These instructions are applicable if Kaspersky Web Traffic Security was installed from an RPM or DEB package to a ready-to-use operating system. If Kaspersky Web Traffic Security was installed from an ISO file, configuration files for the built-in proxy server cannot be manually changed.
You may need to add exclusions for SSL Bumping in the following cases:
To add exclusions for SSL Bumping:
Each domain name must be listed on a new line.
To add a domain with all its subdomains to exclusions, put a dot at the beginning of the value (for example, .domain.com
).
acl do_not_bump dstdomain "/etc/squid/donotbump.list"
ssl_bump splice do_not_bump
These strings must be added before the final directive ssl_bump stare all.
service squid restart
The SSL Bumping exclusions will be added.
Page top