Is there a way to use secure websockets (wss://
) in Haskell server-side (preferably with Happstack)?
I tried to search Cabal for websocket server implementations, I get websockets
and its multiple wrappers for different frameworks. Search inside websockets
package does not show anything related to TLS.