Ad Widget

Collapse

TLS pre-shared key encryption between agent and server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nrgskill
    Junior Member
    • Jun 2020
    • 1

    #1

    TLS pre-shared key encryption between agent and server

    [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.


    Last edited by nrgskill; 09-06-2020, 11:21.
Working...