Open LaySoft opened 1 year ago
You have to install lluv-ssl library.
After I installed the lluv-ssl library, and try the same example, another error occured:
lua: /usr/local/share/lua/5.2/lluv/websocket.lua:249: no cipher match
stack traceback:
[C]: in function 'assert'
/usr/local/share/lua/5.2/lluv/websocket.lua:249: in function </usr/local/share/lua/5.2/lluv/websocket.lua:200>
(...tail calls...)
/usr/local/share/lua/5.2/websocket/client_lluv.lua:63: in function 'connect'
wss_test.lua:30: in main chunk
[C]: in ?
I tried wss support with the provided example wss_echo.lua, but the following errors occured:
What's the problem?