luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

HTTPS support #310

Open Lort533 opened 2 years ago

Lort533 commented 2 years ago

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

Lort533 commented 2 years ago

I've tested with a certificate, it partially works since sometimes it hangs.