lua-https icon indicating copy to clipboard operation
lua-https copied to clipboard

Improve Error Handling

Open MikuAuahDark opened this issue 2 years ago • 1 comments

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.

MikuAuahDark avatar Oct 12 '23 05:10 MikuAuahDark

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.

flexiondotorg avatar Feb 24 '25 12:02 flexiondotorg