Author Topic: avast seems to block websockets !!!  (Read 33946 times)

0 Members and 1 Guest are viewing this topic.

mindware

  • Guest
Re: avast seems to block websockets !!!
« Reply #30 on: January 16, 2011, 03:10:15 AM »
I can confirm this is indeed happening. I spent many useless hours reviewing code that was perfect, but it all suddenly stopped working, no matter which Web-browser I used.

At first I unwillingly suspected that I somehow broke the code. But it turned out that it was all failing thanks to Avast's recent update. The Web-shield was identifying Websockets as a security risk.

Seeing as web-socket is a new technology and many developers are now starting to learn about HTML5, I think this move will frustrate a LOT of people that will probably never figure this out and will likely blame it on browsers or their own code.

While I'm relieved to finally know what the heck was happening, I found it very troublesome that Avast didn't make it obvious that it was doing all of this behind the scenes.

If I -don't- want websocket, I'll use the latest public version Firefox or IE.

I honestly didn't like this move. I'll certainly be a lot more suspicious of Avast from now on.

mindware

  • Guest
Re: avast seems to block websockets !!!
« Reply #31 on: January 16, 2011, 03:32:07 AM »
While I'm relieved to finally know what the heck was happening, I found it very troublesome that Avast didn't make it obvious that it was doing all of this behind the scenes.

Like the OP posted, exclusion isn't working for us. We're forced to turn off web-shield, which even I as the original developer, do it reluctantly. I can't begin to imagine how I would go about convincing any potential users of my new websocket service to try it out, when the first thing they hear is that avast users should turn off WS if they want to try the system out.

And the log appears to says nothing...If I had something I trusted as much as I do avast, I would be switching AV right now. This sucks.

vmassias

  • Guest
Re: avast seems to block websockets !!!
« Reply #32 on: April 01, 2011, 01:52:09 PM »
Hello,

I am working on a project using websockets and I noticed the exact same problem, when the Avast web agent is turned on, websockets do not work. Avast obviously blocks something which seems buggy because the Avast GUI does not show anything.

I tried http://kaazing.me/ on Chrome v 10.0.648.204, it does notwork at all when Avast is running. If I turn Avast off, it works.

Using Firefox 4 with websockets disabled the newsfeed works I guess it uses your fallback communication channel when websockets connection fails.

My project that uses websockets has the exact same behavior : works with the Web agent off, does not work with the Web agent on.

doktornotor

  • Guest
Re: avast seems to block websockets !!!
« Reply #33 on: April 01, 2011, 06:44:42 PM »
I am working on a project using websockets

With no support in IE9 and support disabled in FF4 and Opera by default, almost noone will be able to use your project. Basically you are wasting your time.


vmassias

  • Guest
Re: avast seems to block websockets !!!
« Reply #34 on: April 26, 2011, 01:36:48 PM »
Quote
With no support in IE9 and support disabled in FF4 and Opera by default, almost noone will be able to use your project. Basically you are wasting your time.

Thank you for your advice but my website is a full Flex website and I use a flash implementation of websockets, so it works wonderfully on any browser when Avast is turned off.

The problem remains with Avast, and strangely enough, Avasts seems to block websockets only when using Chrome. Worse than that, I don't even get an IO error when trying to connect, but websocket messages just never reach the server when Avast is on, and about 5 minutes later, I finally get an IO error probably due to a timeout or something like that.

Anyway it would be nice if Avast was fixed before websockets become too popular.

aMUSiC

  • Guest
Re: avast seems to block websockets !!!
« Reply #35 on: July 20, 2011, 12:13:41 PM »
This is an issue with Avast that has been discovered AND reported multiple times during the past 3 or 4 years. It has been like that on avast 4, and it's still like that till today. I've been faced with this issue when I was building multi-player games in flash with a socket server.

Check this forum post I did over a year ago: http://forum.avast.com/index.php?topic=68270.0

Now that your reports say It blocks web sockets, it's more than apparent that avast blocks stuff on port 80 that don't seem like pure standard http web requests... (yes I tried too kaazing.me and it won't work with the web shield on.. but the split second i disable the shield, it comes to life).

Avast devs.. this is a showstopper bug that's been there for ages.. do something!

theday

  • Guest
Re: avast seems to block websockets !!!
« Reply #36 on: July 20, 2011, 12:45:51 PM »
Thanks for you sharing.