
Aug. 29, 2012
1:19 p.m.
Hello, I am running a Twisted Web Site object that switches the protocol for specific paths. The goal is to run Twisted Web, and have certain paths mapped to WebSocket. I am aware of http://twistedmatrix.com/trac/ticket/3204 but in the meantime have working code https://github.com/tavendo/AutobahnPython/blob/master/autobahn/autobahn/reso... This works for non-TLS, but not for TLS. This works perfectly: https://github.com/tavendo/AutobahnPython/tree/master/examples/websocket/ech... and this does NOT work: https://github.com/tavendo/AutobahnPython/tree/master/examples/websocket/ech... The latter is able to send stuff down to client, but won't receive anything. Any hint how to track that down would be great! Thanks, Tobias