Ad Widget

Collapse

Get value from agent failed: TCP successful, cannot establish TLS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • V.Reddy
    Junior Member
    • Oct 2014
    • 10

    #1

    Get value from agent failed: TCP successful, cannot establish TLS

    Hi,

    zabbix server showing below error,while connecting to zabbix agent using encryption with psk.

    Get value from agent failed: TCP successful, cannot establish TLS to [[192.168.9.68]:10050]: SSL_connect() returned SSL_ERROR_SSL: file s3_pkt.c line 339: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number: TLS write fatal alert "protocol version"

    my zabbix agent conf is below,

    TLSConnect=psk
    TLSAccept=psk
    TLSPSKFile=/etc/zabbix/zabbix_agentd.psk
    TLSPSKIdentity=PSK 001

  • andris
    Zabbix developer
    • Feb 2012
    • 228

    #2
    Zabbix uses only TLS protocol version 1.2. Could it be that server or agent try to use other version ?
    You can look into agent log - why agent rejected a connection.
    Also Wireshark can help to see what protocol version is proposed by server and agent.

    Comment

    • V.Reddy
      Junior Member
      • Oct 2014
      • 10

      #3
      Originally posted by andris
      Zabbix uses only TLS protocol version 1.2. Could it be that server or agent try to use other version ?
      You can look into agent log - why agent rejected a connection.
      Also Wireshark can help to see what protocol version is proposed by server and agent.
      Hi Andris,

      Thanks for the help. issue was agent rejected the connection.
      I have updated openssl package on agent.

      Comment

      Working...