These instructions are applicable if Kaspersky Web Traffic Security was installed from an RPM or DEB package to an existing operating system. If Kaspersky Web Traffic Security was deployed from an ISO file, you cannot edit the configuration files of the built-in proxy server.
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