-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
"SSL_read: unexpected eof while reading" in Ubuntu 22.04/openssl 3.0.2 #3833
Comments
I don't think so. Fluentd seems to use OpenSSL 3 properly, this is the why it shows Probably the root cause is that the peer application (Fluent Bit) doesn't send On OpenSSL 3.0, setting |
I see. So you mean we should address this issue in Fluent Bit? |
I'm not sure yet, but probably it should be. |
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 7 days |
still open |
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 7 days |
What is the state on this issue? |
Using the |
The issue was already forwarded to Fluent Bit, but it was closed without any action. Nothing we can do further more, so I'll close this issue. |
Describe the bug
Hi,
with the switch from Ubuntu 20.04 to Ubuntu 22.04 (which includes the transition from openssl 1.1.1f to openssl 3.0.2), we are getting the following error message every few seconds with a Forward input (from Fluent Bit) with TLS/SSL encryption:
Maybe it is related to curl/curl#5138 (curl/curl#5138 (comment))
To me it looks like fluentd was not updated to use OpenSSL 3, like described here: openssl/openssl@0cd2ee6#diff-9a86c74704f3d66bc69ba9cf9dc3168eea957103bcc36f1c2e3a1f05b10188a1R166
We cannot see any impact on message handling from Fluent Bit to td-agent. Setting TLS version (of td-agent) did not change the SSL EOF warnings.
We tried with td-agent 4.3.2 and the pre-release version of 4.4.0 and got the same warning.
To Reproduce
Expected behavior
No SSL error
Your Environment
Your Configuration
Your Error Log
[warn]: #0 close socket due to unexpected ssl error: SSL_read: unexpected eof while reading
Additional context
Opened same ticket in td-agent fluent/fluent-package-builder#406
The text was updated successfully, but these errors were encountered: