Open theweinzierl opened 3 years ago
for anyone interested in this issue. I imported the serverTLS function from the http-module in deps.ts and ./lib/websocket.ts and I am calling serveTLS() instead of serve() with adequate httpsOptions in the connect-function of websocket.ts. It worked fine for me so far.
@theweinzierl: It would be great if your enhancement could be added to this module.
Hi guys,
great work so far! Lately I was wondering if there is any chance to configure a server with secure web socket protocol?
Thanks a lot!