Hello, I'm trying to configure the reports. I'm encountering the following error when I test it:
- Cannot connect to web service: SSL connect error
Here is the configuration of the /etc/zabbix/zabbix_server.conf file:
StartReportWriters=1
WebServiceURL=https://<DNS>/report
When I use http, it works. I suppose it's due to a certificate issue. The page doesn't help much: https://www.zabbix.com/documentation...ix_web_service
Comment