I'm having trouble setting up PSK encryption between my Zabix 3.4.3 server and the Windows agent.
At first I the agent didn't start, turned out I needed to get the Zabbix 3.4.1 agent with OpenSSL support. At https://support.zabbix.com/browse/ZBXNEXT-3047
I've configured the following settings in the agent:
I've successfully tested the agent with the zabbix_get.exe tool.
On the Zabbix server I've configured the same PSK identity for the host and the same PSK.
However I keep getting the following error upon restarting the agent:
I'm not sure why it doesn't work, as unencrypted works fine.
Do I need to configure something on the Zabbix server, besides the host settings?
At first I the agent didn't start, turned out I needed to get the Zabbix 3.4.1 agent with OpenSSL support. At https://support.zabbix.com/browse/ZBXNEXT-3047
I've configured the following settings in the agent:
Code:
TLSConnect=psk TLSAccept=psk TLSPSKIdentity=PSK 001 TLSPSKFile=C:\zabbix\conf\psk.psk
On the Zabbix server I've configured the same PSK identity for the host and the same PSK.
However I keep getting the following error upon restarting the agent:
Code:
6328:20171019:200648.229 active check configuration update from [92.222.x.x:10051] started to fail (TCP successful, cannot establish TLS to [[92.222.x.x]:10051]: SSL_connect() I/O error: [0x00000000] The operation completed successfully.)
Do I need to configure something on the Zabbix server, besides the host settings?
Comment