Hi,
zabbix server showing below error,while connecting to zabbix agent using encryption with psk.
Get value from agent failed: TCP successful, cannot establish TLS to [[192.168.9.68]:10050]: SSL_connect() returned SSL_ERROR_SSL: file s3_pkt.c line 339: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number: TLS write fatal alert "protocol version"
my zabbix agent conf is below,
TLSConnect=psk
TLSAccept=psk
TLSPSKFile=/etc/zabbix/zabbix_agentd.psk
TLSPSKIdentity=PSK 001
zabbix server showing below error,while connecting to zabbix agent using encryption with psk.
Get value from agent failed: TCP successful, cannot establish TLS to [[192.168.9.68]:10050]: SSL_connect() returned SSL_ERROR_SSL: file s3_pkt.c line 339: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number: TLS write fatal alert "protocol version"
my zabbix agent conf is below,
TLSConnect=psk
TLSAccept=psk
TLSPSKFile=/etc/zabbix/zabbix_agentd.psk
TLSPSKIdentity=PSK 001
Comment