Questions tagged [luasec]

LuaSec is a binding for OpenSSL library to provide TLS/SSL communication.

LuaSec depends on OpenSSL, and integrates with LuaSocket to make it easy to add secure connections to any Lua applications or scripts.

Useful links

16 questions
0
votes
1 answer

How can i use LuaSec for sending in HTTPS

In my script, i use the library LuaSocket to send a XML-code. This works fine with the following code: local request_body = (XMLHeader..XMLBody); local response_body = {} local res, code, response_headers = socket.http.request { url =…
Mark Munsterman
  • 169
  • 1
  • 3
  • 11
1
2