For UPE tenants (tenants using Management Center to publish policies to Cloud SWG), certain websites are being blocked, despite the category presence in an Allow rule. The block page shows category-based block which does not match the categorization with Sitereview.
Management Center policies for WSSA or IPSEC
When the client is not using explicit proxy settings with WSSA or IPSec, Cloud SWG proxies are used in transparent mode.
This means that dns resolution happens locally on the device and the Cloud SWG proxy does not receive a http CONNECT request but only see a tcp connection request e.g. tcp://#.#.#.#:443.
In this case, Cloud SWG checks categorization against both IP of the URL and the URL. URLs are often categorised correctly, but its IP(s) also needs to have categorization or to have a categorization which is allowed in the policy.
Issue happens when:
Compose a cpl layer inside VPM using below cpl. Below rule will allow all the uncategorized URL IPs (not URLs).
#if enforcement=wss <proxy> url.scheme=tcp category=Uncategorized url.host.is_numeric=true Allow #endif
Admin may add other categories in above rule in order to allow broader spectrum of IPs after evaluating security risk. However, for unsecure categories, it is always recommended to raise recategorization request for that IP from Sitereview Website as allowing category in above rule will grant access to all IPs under that category regardless of URL.