lit
lit copied to clipboard
HTTPS support
I assume that this should bring HTTPS support into createServer
. Maybe going one step further with just options
?
After quick testing, coro-net works with this change (I have no certificate yet to test with, but from the error I assume that it will work with the certificate, setting tls
to false
or _,
will avoid this error, at least it worked for me):
/root/Luvit/deps/coro-net.lua:80: TLS servers require a certificate
I've tested with a certificate, it partially works since sometimes it hangs.