Trying to get Ceph Zabbix2 Agent working, I have tried both localhost and 127.0.0.1 but it does not like my self signed cert.
- Cannot fetch data: Post "https://zabbix:***@127.0.0.1:8003/request?wait=1": x509: cannot validate certificate for 127.0.0.1 because it doesn't contain any IP SANs.
- Cannot fetch data: Post "https://zabbix:***@localhost:8003/request?wait=1": x509: certificate is not valid for any names, but wanted to match localhost.
Comment