guzba / mummy

An HTTP and WebSocket server for Nim that returns to the ancient ways of threads.
MIT License
281 stars 11 forks source link

Question: TLS (for websockets at least) support? #116

Closed wiser1 closed 8 months ago

wiser1 commented 8 months ago

Are you still interested in adding support for TLS (for websockets at least)? Thank you.

guzba commented 8 months ago

Sorry, no, this is not something I intend to do any time soon. There should be reverse proxy options that'll take care of this though, and a reverse proxy is a generally a good idea anyway.