Earlier quoted context omitted.
Don't many companies install their own certificate on company-owned machines so they can MITM secure traffic too?
I can't speak to that vulnerability, but from what I have read websockets are more likely to not break on firewalls because they are using a well known port (either 80 or 443). Websockets also start out looking like a standard HTTP request. Compared to say MQTT or another protocol which uses its own port, websockets don't require any special setup. However, that really only applies to encrypted websockets; unencrypte…
http://security.stackexchange.com/questions/36930/how-does-w...