Today we had a request to access a website using port 8080. "http://www.example.com:8080"
Well, it wasn't working, so I made sure to add 8080 to the allowed destination services and still no dice. I suspect however this is failing due to target port being the same as the web filtering port 8080.
We use pac to redirect users to the proxy for external addresses. I could throw in a work around to redirect requests destined for above website to just go direct but I am not a big fan of that option. Any suggestions?
This thread was automatically locked due to age.