I'm running an https enabled Node server (v0.10.35) that at present works as expected, i.e. when I browse to the URL I get the index page, which in turn opens a websocket (socket.io) to the server. I can then send and receive files and messages using this socket.
However, I now want my own software to connect to the server via wss. I have a C++ SSL enabled client that works on wss://echo.websocket.org, but it does not work on my Node server! Can someone tell me how I need to configure my server to accepts wss connections from my application please, I am by no means a node expert so if possible detailed instructions would be appreciated. -- Mook -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/ab814e86-ce7e-4938-9abf-423c35c87e20%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
