```lua local ws = require('http.websocket') local socket = ws.new_from_uri('wss://gateway.discord.gg') print( socket:connect(15) ) -- nil starttls: Invalid argument 22 ``` After a fresh Lua and luarocks installation this error occurs. Probably has to do with _cqueues_ but posting here just in case. EDIT: Seems to work fine on Ubuntu, this error is proven to fire on Debian. Also, after installing using luarocks, the module is eventually named after _http_0_1_0-http_ and not _http_ as expected.