I am getting this error in the host agent log. I don't know why I am getting this error, the host and server are configured to use PSK:
I have restarted my agent and this still shows in log file:
How do I resolve this message?
Code:
### Option: TLSCertFile # Full pathname of a file containing the agent certificate or certificate chain. # # Mandatory: no # Default: # TLSCertFile= ### Option: TLSKeyFile # Full pathname of a file containing the agent private key. # # Mandatory: no # Default: # TLSKeyFile= ### Option: TLSPSKIdentity # Unique, case sensitive string used to identify the pre-shared key. # # Mandatory: no # Default: TLSPSKIdentity=PSK 002 ### Option: TLSPSKFile # Full pathname of a file containing the pre-shared key. # # Mandatory: no # Default: TLSPSKFile=/etc/zabbix/zabbix_agentd.psk
I have restarted my agent and this still shows in log file:
Code:
16757:20190127:141743.779 using configuration file: /etc/zabbix/zabbix_agentd.conf 16757:20190127:141743.781 agent #0 started [main process] 16758:20190127:141743.782 agent #1 started [collector] 16760:20190127:141743.783 agent #3 started[listener #2] 16761:20190127:141743.784 agent #4 started[listener #3] 16762:20190127:141743.788 agent #5 started [active checks #1] 16759:20190127:141743.791 agent #2 started[listener #1] 16760:20190127:142351.342 failed to accept an incoming connection: from ip address: unencrypted connections are not allowed
How do I resolve this message?
Comment