olahol/melody

SSL support?

Closed this issue · 2 comments

Hi, I run a melody server on EC2 which uses websockets and I was wondering how I would add SSL support. Is it the same way you would SSL like in a golang http server like so:

http.ListenAndServeTLS(":8081", "cert.pem", "key.pem", nil)

Or do you use something different?

@gg2001 did you figure this out? wss doesn't work /cc @olahol

No I didn't. I did not use SSL.