I used this to do my socket.io service <pre><code> var io = require('socket.io').listen(8080, { key: privateKey, cert: certificate, ca: ca }); </code></pre> How to service multiple domain in https only with one port 8080?