I\'ve got a websocket implementation that I\'m trying to make work across browsers.
At some point, we\'ll migrate to wss:// (i.e. encrypted websocket
Sorry to say, but there is no such configuration for IE10. You need to implement wss for it.
If you do not have a better way, you can guide the user to the chrome or firefox, but this is not the best approach. Try javascript if you can help.