dav3860 / vmbix

Fork of vmbix, a TCP proxy for querying a VMWare infrastucture with Zabbix
53 stars 19 forks source link

Problem with SSL Certificate #20

Closed hexgroup closed 8 years ago

hexgroup commented 9 years ago

I have installed vmbix, but when I go to try I receive this message: [root@vm34mz1 certs]# vmbix -P 12050 -u root -p MASKED -s https://10.1.64.130/sdk Exception in thread "main" java.lang.NullPointerException at net.djarvur.vmbix.VmBix.main(Unknown Source) Shutting down Error disconnecting: null Shutted down [root@vm34mz1 certs]# vmbix -P 12050 -u root -p vmware -s https://10.1.64.130/sdk Exception in thread "main" java.lang.NullPointerException at net.djarvur.vmbix.VmBix.main(Unknown Source) Shutting down Error disconnecting: null Shutted down [root@vm34mz1 certs]# I put a ca-bundle certificate into the openssl directory but not works. If I try with CURL it works fine:

[root@vm34mz1 certs]# curl -v -XGET https://10.1.64.130/sdk

boyemillar commented 9 years ago

We have the same problem... have you had any success getting past this...?

dav3860 commented 8 years ago

Hi, VmBix can only query the vCenter API, not an ESXi directly. I've just uploaded the version 2.0 which adds support for vSphere 6.0.