Hi all,
I'm new to zabbix and currently testing it as a replacement for Nagios. I've got the server running on Debian 10 and two hosts, one on Debian 10 and the other on Windows 2016.
Unfortunately I keep getting an intermittent error when using PSK for encryption between server-agent, see below.
My agent config is as below...
Reading up Any help is much appreciated!
I'm new to zabbix and currently testing it as a replacement for Nagios. I've got the server running on Debian 10 and two hosts, one on Debian 10 and the other on Windows 2016.
Unfortunately I keep getting an intermittent error when using PSK for encryption between server-agent, see below.
Code:
Get value from agent failed: TCP successful, cannot establish TLS to [[xxx.xxx.xxx.xxx]:10050]: SSL_connect() set result code to SSL_ERROR_SSL: file ../ssl/record/rec_layer_s3.c line 1544: error:14094417:SSL routines:ssl3_read_bytes:sslv3 alert illegal parameter: SSL alert number 47: TLS read fatal alert "illegal parameter"
Code:
PidFile=/var/run/zabbix/zabbix_agentd.pid LogFile=/var/log/zabbix/zabbix_agentd.log LogFileSize=0 Server=xxx.xxx.xxx.xxx ListenPort=10050 ServerActive= xxx.xxx.xxx.xxx Hostname=server01 Include=/etc/zabbix/zabbix_agentd.d/*.conf ####### TLS-RELATED PARAMETERS ####### TLSConnect=psk TLSAccept=psk TLSPSKFile=/etc/zabbix/zabbix_agentd.psk TLSPSKIdentity=PSK001
Reading up Any help is much appreciated!
Comment