On 26/12/2012, at 5:47 PM, Ethan Lai <[email protected]> wrote: > Happy Holidays folks! > > I'm trying to use gateone, https://github.com/liftoff/GateOne, to simulate as > ssh client on web. Just wondering does trafficserver support proxing > websocket connection or not?
There's no currently websocket support. It should not be terribly difficult to implement, since it's really similar to the CONNECT method. The closest you can get to websockets today is to write a protocol plugin and use TSNetAcceptNamedProtocol() to tunnel the websocket protocol through the SSL NPN handler. J
