daurnimator / lua-http

HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
https://daurnimator.github.io/lua-http/
MIT License
778 stars 80 forks source link

[Question] How do I setup a HTTPS server? #199

Closed MisterNoNameLP closed 2 years ago

MisterNoNameLP commented 2 years ago

Hey there,

I'm not into HTTPS/TLS or encryption at all, so my question might be a bit stupid. But how do I setup a HTTPS server using lua-http?

Thx in advance.