Ad Widget

Collapse

SSL Connect Error Vcenter 5.5 Zabbix 5.2.6

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kpeoji
    Junior Member
    • Jun 2023
    • 2

    #1

    SSL Connect Error Vcenter 5.5 Zabbix 5.2.6

    Hello, I can't set up monitoring on VCenter 5.5.

    Zabbix server version 5.2.6 Ubuntu 18, I connect to Vcenter 5.5 Windows server 2008, via Zabbix proxy 5.2.6 CentOS 8.

    Everything is set up correctly, I tried to connect through a proxy to the esxi host, Zabbix receives all the data.

    ​​​​​​A user was created on vcenter, login, password and url are correct, there are connections. In the settings of the Zabbix host, the message ssl error hangs, I tried to connect via curl to the hosts and vcenter, the connection goes through to the host, to the vcenter there is a certificate error. On vcenter in the system settings there is permission for any versions of ssl.

    I found old topic, with similar a problem, but user doesn't write answer how he fixed error.



  • Answer selected by Kpeoji at 21-06-2023, 16:26.
    Kpeoji
    Junior Member
    • Jun 2023
    • 2

    I found the solution.

    For check the tls version on your vcenter server use this command

    # nmap --script ssl-enum-ciphers -p 443 itsecforu.local

    After that i enabled legacy support in zabbix proxy

    # update-crypto-policies --set LEGACY

    Comment

    • Kpeoji
      Junior Member
      • Jun 2023
      • 2

      #2
      I found the solution.

      For check the tls version on your vcenter server use this command

      # nmap --script ssl-enum-ciphers -p 443 itsecforu.local

      After that i enabled legacy support in zabbix proxy

      # update-crypto-policies --set LEGACY

      Comment

      Working...