WSG 85x CGT En-Us
WSG 85x CGT En-Us
v8.5.x
Revision A
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
Contents
Steps
1) Log on to the Content Gateway manager and go to Configure > Protocols > HTTPS.
2) Enable the Tunnel Unknown Protocols option, click Apply and restart Content Gateway.
2
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
Steps
1) In Content Gateway manager, go to Configure > SSL > Incidents > Add Website.
2) In the URL field specify the URL that you want to tunnel.
4) Click Apply.
Important
It is up to you to determine and apply the solution that is best for your deployment and security
environment.
Background
Because of the way some sites package content or use (or misuse) the HTTP/HTTPS protocols, those sites have
difficulty transiting Content Gateway (and most other proxy servers).
When access to those sites is required, Content Gateway provides several ways to specify sites that will bypass
the proxy, including static and dynamic bypass rules, and, when HTTPS is enabled, SSL Incident rules.
In addition, depending on how Content Gateway is deployed in the network, sites can be bypassed with a PAC
file entry (explicit proxy deployments with most Windows clients), or via the Access Control List (ACL) on the
router or switch (transparent proxy deployments).
In addition, sites that host applications that do not properly negotiate proxy user authentication are also a
problem. When use of those applications is a requirement, it is possible to create a proxy filtering rule that
identifies the application through the User-Agent field of the HTTP header and allows the application to bypass
user authentication.
3
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
For more about bypass rules, see Interception Bypass in Content Gateway Manager Help.
For more about SSL incident rules, see Managing HTTPS website access in Content Gateway Manager Help.
For more about bypassing a site using a PAC file, see How do I specify in a PAC file a URL that will bypass
Content Gateway?
See your router or switch documentation for information about ACLs.
Related concepts
Real Networks Real Player on page 8
4
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
Related tasks
Logitech Messenger Agent and VirtualBox on page 10
Related reference
Microsoft Update on page 5
WebEx on page 6
Citrix collaboration products on page 9
Firefox Update on page 9
Yahoo! Messenger with Pidgin messaging client on page 10
Microsoft Update
Microsoft Update updates the Windows operating system and Microsoft applications, such as Office. The update
process runs as a system service and consequently does not use the same certificate trusts as a user.
Note
When Microsoft Update is accessed with HTTP, no special configuration is required. However,
because the connection is not secure, this method is not recommended.
To use Microsoft Update with HTTPS when SSL support is enabled, you must bypass the proxy in one of the
following ways:
SSL incident rule: The rules that are included in the Incident List by
default are sufficient.
Alternatively, you can disable Microsoft Update and use Windows Update instead. Windows Update only updates
the operating system and doesn’t have problems transiting the proxy.
If you elect to use Windows Update:
5
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
1) Add the URL to the Scanning: Never Scan list (in the Web Security module of Forcepoint Security
Manager).
2) In the Content Gateway manager, go to Configure > Protocols > HTTP > Timeouts, and make sure that
the Keep-Alive Timeouts value is set to 60.
On Windows 7 systems, to repair Microsoft Windows error 80072F8F, navigate to Start > Control Panel >
Troubleshooter > System and Security and select Fix problem with Windows Update.
WebEx
WebEx does not support HTTPS connections through a proxy. Use one of the following bypass methods.
Static bypass rule: This method requires creation of several bypass rules,
one for each current IP address range. For each IP
address range:
6
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
Troubleshooting: If after adding a bypass, the connection still fails, in some cases the WebEx site responds
with an IP address or a domain name that doesn’t match *.webex.com. You can work around the problem by
examining the inbound_access.log to find the unresolved connection and then add the IP address or domain
name as an exception using the option employed above.
Note
When Content Gateway is on an appliance, this procedure requires the assistance of Technical
Support.
2) Most often, the unresolved CONNECT will be in close proximity to a successful *.webex.com connect, so
start by searching for webex.com. A successful tunnel connection looks similar to:
CONNECT cisco.webex.com:443 HTTP/1.0
CONNECT nsj1msccl01.webex.com:443 HTTP/1.1
(tunneled SSL connection to nsj1msccl01.webex.com:443)
(tunneled SSL connection to cisco.webex.com:443)
3) From this location scan downward for a URL that has the CONNECT status, but does not indicate that the
connect was tunneled or successfully fetched content with a GET. This unresolved traffic might look similar
to:
CONNECT 66.114.169.162:443 HTTP/1.1
CONNECT 66.114.169.162:443 HTTP/1.1
4) Add the domain name or IP address to the incident list or bypass list.
7
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
TCP/UDP 53 DNS
By default, Real Player uses the RTSP or PNA protocols to stream media, both of which bypass Content
Gateway. However, when Content Gateway is the only path to the Internet, Real Player uses HTTP to transit
Content Gateway. Unfortunately, Real Player doesn’t handle NTLM authentication properly and the connection
fails.
Steps
1) In the Content Gateway manager, go to Configure > Security > Access Control > Filtering and click Edit
File.
8
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
3) Click Add. The new rule appears in the table at the top of the page. It should have the format:
Rule Type=Allow , dest_domain=. , User-Agent=realplayer
PAC file entry: Add entries for the Citrix URLs in the exceptions block
of your PAC file. A separate line is required for each
distinct IP address range.
if (shExpMatch(url, "Citrix Collaboration IP address"))
{
return "DIRECT";
}
where "Citrix Collaboration IP address" is replaced by
an IP address range from the Citrix list.
bypass rule:
Firefox Update
The Firefox Update site does not support HTTPS connections through a proxy.
9
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
Steps
1) In Content Gateway Manager, go to Configure > Security > Access Control > Filtering and click Edit File.
10
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
3) Click Add. The new rule appears in the table at the top of the page. It should have the format:
Rule Type=Allow , dest_domain=value-you-entered
For example:
Steps
1) In the Content Gateway manager, go to Configure > Security > Access Control > Filtering.
3) Add a rule:
Rule Type=allow, dest_domain=example.com
5) On the Linux command line, in /opt/WCG/bin (substitute your Content Gateway installation location), run:
content_line -x
Next steps
For more information, see the sections titled “Controlling access to websites” and “filter.config” in Content
Gateway manager Help.
11
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
Important
If the IP addresses in /etc/resolv.conf change, Content Gateway must be restarted.
12
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
If the content_manager process is not running, to start it enter the following command from the Content
Gateway bin directory ( /opt/WCG/bin ):
./content_manager
Important
If you must stop Content Gateway use:
./WCGAdmin stop
To start Content Gateway use:
./WCGAdmin start
To restart Content Gateway use:
./WCGAdmin restart
13
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
Important
Content Gateway clusters work best when configured to use a separate network interface and
cluster on a private subnet so that client machines have no access to the cluster ports.
Warning
You should always configure virtual IP addresses in the Content Gateway manager. Editing
vaddrs.config directly can have unpredictable results.
14
Forcepoint Web Security Gateway v8.5.x | Content Gateway Troubleshooting
Explicit requests (non-transparent requests, including requests on port 80) fail, because there is no matching map
in the NAT list.
Important
always_query_destination works only on the primary proxy port.
15
© 2024 Forcepoint
Forcepoint and the FORCEPOINT logo are trademarks of Forcepoint.
All other trademarks used in this document are the property of their respective owners.
Published 02 September 2024