Assume a 100% secure websocket site where the webserver serves all files: html, js, css, etc, and the websocket serves all data between client and server.
Obviously the initial ssl handshake is between the client and webserver on the default https port, but wss will be on a different port, so does it have to handshake again?
The reason I'm asking is because websockets & spdy aren't working together yet (so I've read), so I'm hoping to get around it by having spdy on the webserver and rely on keep-alive for wss since some claim spdy isn't much faster (if at all) than keep-alive after the handshake spdy faster than keep-alive https?.