lua-https
lua-https copied to clipboard
Support OpenSSL 3
Currently lua-https doesn't support OpenSSL 3 in Linux. Some distros ships both with OpenSSL 1.1 and OpenSSL 3 but this can't be relied upon.
I looked into this, and apparently OpenSSL 3 ships with its own http client implementation. That gets us one step closer to removing ConnectionClient, which would be nice.
Removing ConnectionClient would be nice yeah. For additional reference, the Schannel backend stopped working for some sites and that led me on writing new WinINet backend which is now the default.
However I think cleaning up the ConnectionClient should be addressed in separate issue.