Re: Nginx proxy with websocket not returning data

2014-02-03 Thread Ne Ka
Hi, Nginx - 1.4.4 OS - windows I ran it with the error log debug mode but didn't see anything out of usual. I tried attaching it but its giving me some error. Not sure how to get nginx - V output, the debugging mentioned was for linux. Maxim Dounin wrote in post #1135040: > Hello! > > On Th

Re: Nginx proxy with websocket not returning data

2014-01-30 Thread Maxim Dounin
Hello! On Thu, Jan 30, 2014 at 12:56:42PM +0100, Ne Ka wrote: > Hi, > > I am trying to configure nginx proxy with websockets I am using jetty > server with cometd framework. I am able to do the websocket handshake > and send my login request to the server but I am not getting any > response back

Nginx proxy with websocket not returning data

2014-01-30 Thread Ne Ka
Hi, I am trying to configure nginx proxy with websockets I am using jetty server with cometd framework. I am able to do the websocket handshake and send my login request to the server but I am not getting any response back. Can you let me know what could be wrong with my config file. Here's my co

Nginx proxy with websocket not returning data

2014-01-30 Thread nk86
I am trying to configure nginx proxy with websockets I am using jetty server with cometd framework(sends connect request to server every minute). I am able to do the websocket handshake and send my login request to the server but I am not getting any response back. Can you let me know what is wrong