Nginx Websocket proxy with Microsoft IE 10 client

Is that a known issue? Any remedy available?
Thanks,

  • Alder

Hello!

On Wed, Nov 20, 2013 at 03:17:11PM -0800, Alder N. wrote:

Is that a known issue? Any remedy available?

What’s the issue?


Maxim D.
http://nginx.org/en/donation.html

when client is Internet Explorer 10, the websocket session didn’t get
proxy’d to websocket server (websocketpp) other browser
clients work fine.

Hello!

On Thu, Nov 21, 2013 at 02:12:47PM -0800, Alder N. wrote:

when client is Internet Explorer 10, the websocket session didn’t get
proxy’d to websocket server (websocketpp) other browser
clients work fine.

Works fine here, just tested:

192.168.56.1 - - [22/Nov/2013:16:48:39 +0400] “GET /websocket.html
HTTP/1.1” 304 0 “-” “Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1;
Trident/6.0)”
192.168.56.1 - - [22/Nov/2013:16:49:03 +0400] “GET /websocket/ HTTP/1.1”
101 21 “-” “Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1;
Trident/6.0)”

(Note “101” response logged after a tab is closed.)

You may want to find out more details, see
Debugging | NGINX for some hints.


Maxim D.
http://nginx.org/en/donation.html