
4
4 What can be configured additionally?
# These settings should be reconsidered before and only be used as and if required!
The values have to be adjusted accordingly.
4.1 Proxy settings
# The following proxy settings are necessary in order to integrate a corresponding
proxy server in front of WebGate.
HTTPProxyServer your.proxy
HTTPProxyPort 3128
HTTPProxyUsername username
HTTPProxyPassword password
FTPProxyServer your.proxy
FTPProxyPort 2121
4.2 Activation of an ICAP Server
# This activates the ICAP server of WebGate. The service runs additionally on the
selected port. The ICAP server supports reqmod (Request modification) as well as
respmod (Response modification).
# Squid supports ICAP 1.0 with the version 3.x!
ICAPPort 1344
4.3 Activation of an HTTPS Tunnel
# WebGate blocks the HTTPS data traffic by default as this traffic can’t be scanned
due to its encryption.
# If you want to tunnel the HTTPS sites, you can use the following parameter:
# The HTTPS data traffic will NOT be scanned.
AllowHTTPSTunnel 1