Skip to content
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

OPENSSL_internal:invalid library #430

Closed
fabiodemartin opened this issue Dec 10, 2024 · 1 comment
Closed

OPENSSL_internal:invalid library #430

fabiodemartin opened this issue Dec 10, 2024 · 1 comment

Comments

@fabiodemartin
Copy link

Hi,

I installed openlitespeed-1.8.2-1.el9.x86_64 on AlmaLinux 9. After enabling debug mode for the logs, I noticed a large number of the following entries:

2024-12-10 13:24:34.811695 [DEBUG] [51633] [189.29.183.147:57799:HTTP2] H2ConnBase::onReadEx2 read(2495) return 0
2024-12-10 13:24:34.811697 [DEBUG] [51633] [189.29.183.147:57799:HTTP2] NtwkIOLink::flushSslWpending()...
2024-12-10 13:24:34.811699 [DEBUG] [51633] [189.29.183.147:57799:HTTP2] SSL wpending: 0
2024-12-10 13:24:35.817062 [DEBUG] [51633] [189.29.183.147:57799:HTTP2] NtwkIOLink::flushSslWpending()...
2024-12-10 13:24:35.817100 [DEBUG] [51633] [189.29.183.147:57799:HTTP2] SSL wpending: 0
2024-12-10 13:24:35.817121 [DEBUG] [51633] [189.29.183.147:57799:HTTP2] [SSL: 0x244b368] SSL_read
2024-12-10 13:24:35.817132 [DEBUG] [51633] [189.29.183.147:57799:HTTP2] [SSL: 0x244b368] SSL_read returned -1
2024-12-10 13:24:35.817136 [DEBUG] [51633] [189.29.183.147:57799:HTTP2] [SSL: 0x244b368] checkError returned 2, first error: error:00000000:invalid library (0):OPENSSL_internal:invalid library (0), last error: error:00000000:invalid library (0):OPENSSL_internal:invalid library (0)

Is this behavior normal, or could it indicate a missing library? Do I need to make any adjustments to resolve this?

@litespeedtech
Copy link
Owner

It is normal, all zero means no error, maybe should avoid logging that line.

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

No branches or pull requests

2 participants