vbmithr / ocaml-websocket

Websocket library for OCaml
ISC License
162 stars 44 forks source link

Lwt SSL server does not work #50

Closed vbmithr closed 6 years ago

vbmithr commented 8 years ago
endp_to_server ~ctx:default_ctx endp >>= fun server ->

never returns. Will investigate later on.

shinzui commented 6 years ago

Does this mean that this library does not support secure websockets (wss)?

vbmithr commented 6 years ago

It does work. Closing this.