Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
from inside network to DMZ webpage through the firewall/WSA there is a timeout 504 errorthe webpage is added to the allow listThe webpage fails if you leave off the www. www.webpage.com works... webpage.com fails...WSA block page appears almost imme...
With IE set to use the proxy server and check "Bypass proxy for local addresses", user cannot get to the guest wireless page prompting for user / password...Guest wireless DHCP will give an IP but not allow access till credentials are entered. Is t...
Hitting our webpage from the inside is blocked; the policy trace shows Request blocked: Details: DNS Lookup failsthe local webpage is in the Custom URL Catagory- Allow group... This fails when leaving the www off the front. ...
I have the IE9 browser set to use the PAC file, but it does not send traffic to the WSA. I have tried it locally from the C: drive and downloading it from the WSA PAC source. Putting the link to the file opens it from either location. It seems tha...
I made it work with the DIRECT; must have been a syntax error...So it looks like this with DIRECT on the same line function FindProxyForURL(url,host){ return "PROXY 10.100.2.2:80; DIRECT;"}Thanks for helping troubleshoot