I tried setting up the Veeam Backup and Replication by HTTP template in my Zabbix 6.2 environment. I'm able to hit the URL for Veeam but the checks are getting a "[ VEEAM ] ERROR: SyntaxError: invalid json (at offset 91)" error. I'm pretty sure this is happening because the query is going to a self-signed SSL cert on my Veeam server. When I run a test "curl" command with "--insecure" parameter, it returns values appropriately.
Is there anyway to import a self-signed certificate on the Zabbix server to get around this issue ?
Is there anyway to import a self-signed certificate on the Zabbix server to get around this issue ?
Comment