Hello friends! I have some problem with monitoring vmware (5.5).
I used zabbix 4.4 version and can not configire it to see my virtual environment.
I have error SSL Connect Error
So.What i have made.
1.Used this manual
https://www.zabbix.com/documentation.../vm_monitoring
2.Used https://150.31.31.31/sdk and try to use https://name/sdk
3.This page https://150.31.31.31/sdk/vimService.wsdl get me information.
So, how i understand problem with SSL.
If i do -> curl -k -v -u [email protected] https://150.31.31.31/sdk from zabbix server i see this:
I used zabbix 4.4 version and can not configire it to see my virtual environment.
I have error SSL Connect Error
So.What i have made.
1.Used this manual
https://www.zabbix.com/documentation.../vm_monitoring
2.Used https://150.31.31.31/sdk and try to use https://name/sdk
3.This page https://150.31.31.31/sdk/vimService.wsdl get me information.
So, how i understand problem with SSL.
If i do -> curl -k -v -u [email protected] https://150.31.31.31/sdk from zabbix server i see this:
HTML Code:
Enter host password for user '[email protected]': * Expire in 0 ms for 6 (transfer 0x5653f01e4dc0) * Trying 150.31.31.31... * TCP_NODELAY set * Expire in 200 ms for 4 (transfer 0x5653f01e4dc0) * Connected to 150.31.31.31 (150.31.31.31) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.3 (OUT), TLS alert, protocol version (582): * error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol * Closing connection 0 curl: (35) error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol root@zabbix:/home/user# curl --version curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1d zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3 Release-Date: 2019-02-06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
Comment