Ad Widget

Collapse

Openssl error: SSL_shutdown() with 127.0.0.1 set result code to 5:

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • philthynz
    Junior Member
    • Jun 2016
    • 27

    #1

    Openssl error: SSL_shutdown() with 127.0.0.1 set result code to 5:

    It seems this issue is not fixed https://support.zabbix.com/browse/ZBX-13351

    Running agent version 3.4.8

    zabbix-agent:
    Installed: 1:3.4.8-1+xenial
    Candidate: 1:3.4.8-1+xenial
    Version table:
    *** 1:3.4.8-1+xenial 500
    500 http://repo.zabbix.com/zabbix/3.4/ubuntu xenial/main amd64 Packages
    100 /var/lib/dpkg/status
    1:2.4.7+dfsg-2ubuntu2.1 500
    500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
    1:2.4.7+dfsg-2ubuntu2 500
    500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages



    root@zabbix-proxy:~# tail -10 /var/log/zabbix/zabbix_agentd.log
    14625:20180405:142502.364 using configuration file: /etc/zabbix/zabbix_agentd.conf
    14625:20180405:142502.364 agent #0 started [main process]
    14629:20180405:142502.365 agent #4 started[listener #3]
    14628:20180405:142502.366 agent #3 started[listener #2]
    14627:20180405:142502.368 agent #2 started[listener #1]
    14626:20180405:142502.369 agent #1 started [collector]
    14629:20180405:144853.149 SSL_shutdown() with 127.0.0.1 set result code to 5:
    14628:20180405:144909.727 SSL_shutdown() with 127.0.0.1 set result code to 5:
    14627:20180405:144910.032 SSL_shutdown() with 127.0.0.1 set result code to 5:
    14629:20180405:144911.996 SSL_shutdown() with 127.0.0.1 set result code to 5:


    The lxc container has Zabbix Proxy and Zabbix Agent on the same host. The agent is configured with Server=127.0.0.1 because the proxy is on the same host. Encryption is configured with psk on the server, proxy and agent. The data reports fine to the Zabbix Server, so i presume the connection is fine. There are just some ssl errors.
  • andris
    Zabbix developer
    • Feb 2012
    • 228

    #2
    You can reopen https://support.zabbix.com/browse/ZBX-13351 and comment there what is wrong and what message did you expect.

    Comment

    • philthynz
      Junior Member
      • Jun 2016
      • 27

      #3
      Ok, i have done so

      Comment

      • McPcholkin
        Junior Member
        • Oct 2018
        • 1

        #4
        Have this issue on Zabbix Agent 3.0.23, agent and proxy in one network.
        Fix with remove "Timeout=30" line in agent config.

        Comment

        Working...