I have had a Powershell script running for some time successfully. We call the MSI installer passing it parameters like this:
/qn SERVER=127.0.0.1 SERVERACTIVE=zabbix.mydomain.com,149.xx.xx.xx TLSCONNECT=psk TLSACCEPT=psk TLSPSKIDENTITY=MyIdentity TLSPSKVALUE=[a proper key] SKIP=fw
Recently it is failing on the MSI install with the error: PSK value field is not a valid 128-2048 bit Hex
Zabbix agent v6.2.4
We have tried a number of freshly generated PSK values They all fail with the same error. We know the PSK is proper. If we manually update the config file with the same PSK the agent starts and properly communicates.
Best I can tell is there is something with the checking in the installer routines that always invalidates the PSK.
Is anyone else seeing this seeing this issue?
/qn SERVER=127.0.0.1 SERVERACTIVE=zabbix.mydomain.com,149.xx.xx.xx TLSCONNECT=psk TLSACCEPT=psk TLSPSKIDENTITY=MyIdentity TLSPSKVALUE=[a proper key] SKIP=fw
Recently it is failing on the MSI install with the error: PSK value field is not a valid 128-2048 bit Hex
Zabbix agent v6.2.4
We have tried a number of freshly generated PSK values They all fail with the same error. We know the PSK is proper. If we manually update the config file with the same PSK the agent starts and properly communicates.
Best I can tell is there is something with the checking in the installer routines that always invalidates the PSK.
Is anyone else seeing this seeing this issue?
Comment