Newbie Zabbix user - I have configured a server and agent on 2 separate AWS EC2 instances and if I leave all encryption off, communication is fine. I've followed the direction given by Dmitry Lambert on YouTube for configuring a PSK TLS connection, but once enabled, I just get "Connection Refused" messages from the Zabbix server.
In my agent config, I've set TLSConnect and TLSAccept both = psk, set my TLSPSKIdentity and TLSKeyFile path. On the Server, I turned on PSK encryption and set the identity and entered the psk that was saved in my agent file.
log file shows: cannot use encryption configuration: missing TLSPSKFile configuration parameter
The path is correct and I've verified it. Do I need to chown or chmod it for Zabbix agent to read it?
In my agent config, I've set TLSConnect and TLSAccept both = psk, set my TLSPSKIdentity and TLSKeyFile path. On the Server, I turned on PSK encryption and set the identity and entered the psk that was saved in my agent file.
log file shows: cannot use encryption configuration: missing TLSPSKFile configuration parameter
The path is correct and I've verified it. Do I need to chown or chmod it for Zabbix agent to read it?
Comment