Forum Discussion
Edge Application Guard Proxy via PAC file
Yes,
I am using your syntax for GPO. "ProxyMode":"pac_script","ProxyPacUrl":"http://example.com/wdag_pac_script.js"}. When you look at the setting within the edge://application-guard-internals#host it shows {"pac_url" : "http://path-to-pac-file.pac/" }. So the GPO and what edge shows is slightly different.
Basically , I can't get it to work with this GPO settings for container only, or use auto setting to pick up from host. I am looking for some type of more logging information to troubleshoot.
It Works fine with the old edge, just not the new edge ( Stable for older GPO settings, and DEV, for the ApplicationGuardContainerProxy GPO)
Jeff-678 Does your PAC script return a proxy by name and not IP (this is a new requirement of the new Edge that didn't apply to Legacy Edge)?
edge://application-guard-internals/#utilities ("Proxy configuration" section) shows the proxy configuration (need to go to this page in WDAG to see what configuration the container is picking up). If it is the configuration you expect, then it is something with the proxy itself.
You can generate a log at edge://net-export, but diagnosing issues from that isn't trivial.
- Jeff-678May 12, 2020Copper Contributor
Scott_Sheehan ahh, Thanks for the info "this is a new requirement of the new Edge that didn't apply to Legacy Edge)"
It was a Zscaler PAC file issue. Zscaler will return the nearest proxy based upon geolocation/etc, but returns in IP format. Update the PAC file to send FNDN proxy by changing the $GATEWAY to $GATEWAY_HOST in proxy PAC. Looks like it is working based upon initial testing.