Hi all,
Is MUSHCliet support https request with Lua script ?
I tested http request (require "socket.http"), it works.
Also I tried luasec for windows, binary is obtained from here:
http://lua-users.org/lists/lua-l/2016-01/msg00269.html
by putting files into mushclient folder.
And got issue to load module "ssl.https"
Is MUSHCliet support https request with Lua script ?
I tested http request (require "socket.http"), it works.
Also I tried luasec for windows, binary is obtained from here:
http://lua-users.org/lists/lua-l/2016-01/msg00269.html
by putting files into mushclient folder.
And got issue to load module "ssl.https"
local https = require "ssl.https"
Run-time error
World: 7777
Immediate execution
[string "Immediate"]:1: loop or previous error loading module 'ssl.https'
stack traceback:
[C]: in function 'require'
[string "Immediate"]:1: in main chunk