You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: