Hi,
Using Zabbix 3.0.0rc1
I just tried to get encrypted communications going between an agent on Windows server 2012 R2 and Zabbix 3.0.0rc1 (on Centos 6.7 64bit).
I defined in the agent config file on the windows server the following:
TLSConnect=tls (tried both upper and lower case)
TLSAccept=tls (tried both upper and lower case)
TLSPSKIdentity=myprivatesharedkey
All other TLS parameters are left commented out.
When i start the agent it says:
zabbix_agentd.exe [668]: ERROR: cannot start service [Zabbix Agent]: [0x0000041D] The service did not respond to the start or control request in a timely fashion.
Looking at the zabbix_agentd.log file i noticed that TLS Support = NO, although the release notes says it has been fixed.
Thx in advance.
Using Zabbix 3.0.0rc1
I just tried to get encrypted communications going between an agent on Windows server 2012 R2 and Zabbix 3.0.0rc1 (on Centos 6.7 64bit).
I defined in the agent config file on the windows server the following:
TLSConnect=tls (tried both upper and lower case)
TLSAccept=tls (tried both upper and lower case)
TLSPSKIdentity=myprivatesharedkey
All other TLS parameters are left commented out.
When i start the agent it says:
zabbix_agentd.exe [668]: ERROR: cannot start service [Zabbix Agent]: [0x0000041D] The service did not respond to the start or control request in a timely fashion.
Looking at the zabbix_agentd.log file i noticed that TLS Support = NO, although the release notes says it has been fixed.
Thx in advance.
Comment