Hello,
Sorry if this was answered elsewhere and I wasn't able to find it. I'm new to Zabbix and I'm trying to set up encryption for agent communications. I am creating a PSK as outlined in the Zabbix documentation, which appears to be just a normal openssl command. When I try to put the generated code into the Zabbix GUI, I am given the following error: "Incorrect value for field "tls_psk": an even number of hexadecimal characters is expected." Anyone know what I am doing wrong here? I am using the output from the command "openssl rand -hex 32" as mentioned here https://www.zabbix.com/documentation...generating_psk . Thanks in advance.
Sorry if this was answered elsewhere and I wasn't able to find it. I'm new to Zabbix and I'm trying to set up encryption for agent communications. I am creating a PSK as outlined in the Zabbix documentation, which appears to be just a normal openssl command. When I try to put the generated code into the Zabbix GUI, I am given the following error: "Incorrect value for field "tls_psk": an even number of hexadecimal characters is expected." Anyone know what I am doing wrong here? I am using the output from the command "openssl rand -hex 32" as mentioned here https://www.zabbix.com/documentation...generating_psk . Thanks in advance.
Comment