If you are using the following deployment method and configuration, there is a possibility where the user will receive an unexpected coaching page error when using Proxy Forwarding method with Edge SWG (ProxySG)
The notify page comes up instead of the coaching page
"You have reached notify.bluecoat.com"
Proxy Forwarding access method
The issue is related to Web Security Service (WSS) Load Balancing logic. If the origin web request and notify page request are sent to different WSS Datapod, the user will receive a coaching page error as displayed above.
For customer who used the Web Security Service (WSS) ProxyForwardingCPL you can apply the following CPL as a workaround:
; If you are applying Verdict for "Allow with Coach" in WSS Content Filtering Policy, you must apply ; the following policy to set proper forwarding host for notify.bluecoat.com based on server URL scheme
<Forward Cloud> server_url.domain=notify.bluecoat.com
server_url.query.regex="http/" forward("Threatpulse8443")
server_url.query.regex="https/" forward("ThreatpulseHTTP8080")