SSL_ERROR_SYSCALL & TLS handshake set result code to 5
Hello all,
first of all my setup:
Zabbix Server and Proxy: v7.0.4
OS: AlmaLinux 9
OpenSSL Version: 3.0.7
Zabbix Agent2 Versions: 7.0.4 and 6.0.x (Clients are Windows and Linux Servers)
Agent Encryption with CERT
Problem: There are many SSL/TLS errors in the logs of Zabbix Agents and Zabbix Proxies which cause the Trigger to execute an alert, that the host is not available.
Example Zabbix Proxy Log:
Later you get
Example Zabbix Agent2 (7.0.4) Log from a Windows Server:
Example Zabbix Agent2 (7.0.4) Log from a Linux Server:
This results in (especially for Windows Clients) to cause the Trigger be executed because there are (in my case) 15 minutes no communication with the Agent:
Does anyone have an idea what could cause this problem?
Please let me know if you need any additional information...
Thanks!
Hello all,
first of all my setup:
Zabbix Server and Proxy: v7.0.4
OS: AlmaLinux 9
OpenSSL Version: 3.0.7
Zabbix Agent2 Versions: 7.0.4 and 6.0.x (Clients are Windows and Linux Servers)
Agent Encryption with CERT
Problem: There are many SSL/TLS errors in the logs of Zabbix Agents and Zabbix Proxies which cause the Trigger to execute an alert, that the host is not available.
Example Zabbix Proxy Log:
Code:
28839:20241001:063743.072 SSL_shutdown() with x.x.x.x set result code to 5 (SSL_ERROR_SYSCALL):[32] Broken pipe 28839:20241001:063743.105 SSL_shutdown() with x.x.x.x set result code to 5 (SSL_ERROR_SYSCALL):[32] Broken pipe 28839:20241001:063743.106 SSL_shutdown() with x.x.x.x set result code to 5 (SSL_ERROR_SYSCALL):[32] Broken pipe 28839:20241001:063743.120 SSL_shutdown() with x.x.x.x set result code to 5 (SSL_ERROR_SYSCALL):[32] Broken pipe 28839:20241001:063743.122 SSL_shutdown() with x.x.x.x set result code to 5 (SSL_ERROR_SYSCALL):[32] Broken pipe
Code:
28839:20241001:063746.445 resuming Zabbix agent checks on host "abcdef": connection restored
Code:
1164:20241001:063521.712 failed to accept an incoming connection: from x.x.x.x: TLS handshake set result code to 5: 1940:20241001:063521.712 failed to accept an incoming connection: from x.x.x.x: TLS handshake set result code to 5: 3404:20241001:063522.712 failed to accept an incoming connection: from x.x.x.x: TLS handshake set result code to 5: 1940:20241001:063522.727 failed to accept an incoming connection: from x.x.x.x: TLS handshake set result code to 5:
Code:
2024/10/01 05:59:37.838007 failed to process an incoming connection from x.x.x.x: EOF 2024/10/01 05:59:37.841839 failed to process an incoming connection from x.x.x.x: EOF 2024/10/01 05:59:37.848623 failed to process an incoming connection from x.x.x.x: EOF 2024/10/01 05:59:37.855338 failed to process an incoming connection from x.x.x.x: EOF
Code:
Windows: Zabbix agent is not available
Please let me know if you need any additional information...
Thanks!
Comment