Re: Daphne does not handle wss requests

2017-02-25 Thread Giovanni Colapinto
Sadly it doesn't work, also with DEBUG=False On Saturday, 25 February 2017 02:19:17 UTC+1, chris rose wrote: > > I too experience this in my local development environment > > I find secure web sockets throwing an error in the browser console when > attempting to send a message: > > InvalidStateEr

Re: Daphne does not handle wss requests

2017-02-24 Thread Giovanni Colapinto
; 400 57588 On Thursday, 23 February 2017 19:15:44 UTC+1, Andrew Godwin wrote: > > It looks correct - can you connect using https://127.0.0.1:8003/ at that > point either? It's really odd that apparently the connection doesn't even > happen at all. > > Andrew >

Daphne does not handle wss requests

2017-02-23 Thread Giovanni Colapinto
Hi. Before open a bug, could you please tell me if my setup is ok? Daphne 1.0.3 channels 1.0.3 routing.py channel_routing = [ route("websocket.connect", ws_connect, path=r"^/ws/chat/$"), route("websocket.connect", ws_connect_updates, path=r"^/ws/updates/$"), route("websocket.receive