lipp / lua-websockets

Websockets for Lua.
http://lipp.github.com/lua-websockets/
MIT License
393 stars 111 forks source link

SSL? #81

Open joagre opened 8 years ago

joagre commented 8 years ago

A quick question: I have a websocket server behind https. How hard would it be to use lua-websockets in such a context?

Cheers /Joakim

suoloordi commented 8 years ago

Since lua-websockets doesn't support ssl yet, we ended up using stunnel as a workaround.

NovusTheory commented 8 years ago

My PR #91 has WSS support for Sync & Copas Clients