[Edit]: Solved by creating new items profiles and restarting the server
My server is not using PSK with my agents:
On agent side:
TLSConnect=psk
TLSPSKIdentity=defined(a)
TLSPSKFile=/some/place/defined(b)
TLSAccept=psk
On server GUI, my host configuration
Connections to host > PSK
Connection from host > PSK
PSK identity > defined(a)
PSK > defined(what is in agent's file b)
active check configuration update from [80.209.233.27:10051] is working again
6077:20200605:205848.683 failed to accept an incoming connection: from X.X.X.X: unencrypted connections are not allowed
If I set the agent to "TLSAccept=unencrypted" everything works.
Not sure if/where I have to add extra settings on the server side, or if there is any missing dependency. Looks like that despite "Connections to host > PSK", the server isn't using it.
My server is not using PSK with my agents:
On agent side:
TLSConnect=psk
TLSPSKIdentity=defined(a)
TLSPSKFile=/some/place/defined(b)
TLSAccept=psk
On server GUI, my host configuration
Connections to host > PSK
Connection from host > PSK
PSK identity > defined(a)
PSK > defined(what is in agent's file b)
active check configuration update from [80.209.233.27:10051] is working again
6077:20200605:205848.683 failed to accept an incoming connection: from X.X.X.X: unencrypted connections are not allowed
If I set the agent to "TLSAccept=unencrypted" everything works.
Not sure if/where I have to add extra settings on the server side, or if there is any missing dependency. Looks like that despite "Connections to host > PSK", the server isn't using it.