Question

I was debugging with Fiddler without issue until today, when Symantec Endpoint Protection was enabled. Now, when I have both turned on, all browser traffic results in a 502 - connection failed.

Seems like something needs to be adjusted in Symantec so I can debug again. suggestions?

Was it helpful?

Solution 2

In Symantec Endpoint Protection, go to Network Threat Protection and check applications. In my case, Symantec was blocking any traffic through Firebug.

OTHER TIPS

What version of SEP are you running?

Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

In Symantec Endpoint Protection client , check under Traffic Logs under Network Threat protection if there is any traffic blocked.

You could also try disabing the Network Threat protection feature OR uninstall the feature from Add / Remove Programs and check if the Fiddler works.

Hope that helps!!

Under Network Threat Protection, select "option" Then click the "change settings", uncheck checkbox "block all traffic until the firewall starts and after firewall stops" Under the firewall tab and apply. Mostly this will resolve the issue.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top