OS : Debian 11 Bullseye
Zabbix : v6.2
GLPI : v10
Hi,
i'm trying to setup GLPI webhook to create a new "problem" based on the default "GLPi" media type.
When I test it, i got a error from GPLI API (see screenshot).
What I understand :
• Webhook authenticate correctly using the API token that i provided
• Then, webhook send a request to GLPI server with an empty 'Session-Token'
It seems Zabbix can connect to GLPI because I receive a response.
I thought the problem was on GLPI side so i checked and cURL.
When i send a request, I get a SSL certificate error. It's because GLPI certificate is signed using my own root CA.
I tried passing the root CA using --cacert cURL option and it works. Same using --insecure option.
I added my root CA in /usr/share/ca-certificates and did a 'sudo apt update-ca-certificates'. Nothing
I added my root CA in /etc/ssl/certs/. Same
I don't know if the issue is the root CA because it seems GLPI server respond to webhook's requests.
Nothing in the logs on both side.
Anyone knows which service is executing webhooks ?
Which path is Zabbix reading root CA files from ?
Thanks
Zabbix : v6.2
GLPI : v10
Hi,
i'm trying to setup GLPI webhook to create a new "problem" based on the default "GLPi" media type.
When I test it, i got a error from GPLI API (see screenshot).
What I understand :
• Webhook authenticate correctly using the API token that i provided
• Then, webhook send a request to GLPI server with an empty 'Session-Token'
It seems Zabbix can connect to GLPI because I receive a response.
I thought the problem was on GLPI side so i checked and cURL.
When i send a request, I get a SSL certificate error. It's because GLPI certificate is signed using my own root CA.
I tried passing the root CA using --cacert cURL option and it works. Same using --insecure option.
I added my root CA in /usr/share/ca-certificates and did a 'sudo apt update-ca-certificates'. Nothing
I added my root CA in /etc/ssl/certs/. Same
I don't know if the issue is the root CA because it seems GLPI server respond to webhook's requests.
Nothing in the logs on both side.
Anyone knows which service is executing webhooks ?
Which path is Zabbix reading root CA files from ?
Thanks
Comment