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
Currently lua-https can return response code 0 without any error message whatsover, leaving user confused what's going on. This should be changed to something more meaningful.
The text was updated successfully, but these errors were encountered:
I ran into that issue yesterday on Linux and resolved it by removing OpenSSL from the game runtime. Using OpenSSL 3.0.15 resulted in code 0 all the time, but after removing OpenSSL from the game runtime, https.so will only use curl, and the response code was correct.
I am using the pre-built https.so available in this project's artifacts.
Currently lua-https can return response code 0 without any error message whatsover, leaving user confused what's going on. This should be changed to something more meaningful.
The text was updated successfully, but these errors were encountered: