When I try to open a connection using ssl, I get an error.
WebSocket connection to 'wss://localhost:9001/' failed: Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR
server
let server = new binaryServer({port: 9001, server: serverHTTPS});
client
this.stream = new BinaryClient("wss://localhost:9001");