Skip to content

Improve Error Handling #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MikuAuahDark opened this issue Oct 12, 2023 · 1 comment
Open

Improve Error Handling #26

MikuAuahDark opened this issue Oct 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@MikuAuahDark
Copy link
Contributor

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 MikuAuahDark added the enhancement New feature or request label Oct 12, 2023
@flexiondotorg
Copy link
Contributor

flexiondotorg commented Feb 24, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants