Hello,
Thanks to the PVE developers for introducing webhook notifications. I was wondering if there's a way to post to a non-public target. By that I mean, a target for which the certificate is self-issued and not via well-known provider. My webhook notifications are implemented on a self-hosted web server with a self-signed root CA on a made-up domain which is valid only in my LAN. Other similar webhook notification facilities provide such a facility. The curl equivalent, I believe, would be usage of
I'm running pve-manager/8.3.2/3e76eec21c4a14a7 (running kernel: 6.8.12-5-pve). I tried adding few fields to /etc/pve/notifications.cfg like mode inseucr and such, but it didn't work
Thanks to the PVE developers for introducing webhook notifications. I was wondering if there's a way to post to a non-public target. By that I mean, a target for which the certificate is self-issued and not via well-known provider. My webhook notifications are implemented on a self-hosted web server with a self-signed root CA on a made-up domain which is valid only in my LAN. Other similar webhook notification facilities provide such a facility. The curl equivalent, I believe, would be usage of
Bash:
(curl -k) OR (curl --insecure)
I'm running pve-manager/8.3.2/3e76eec21c4a14a7 (running kernel: 6.8.12-5-pve). I tried adding few fields to /etc/pve/notifications.cfg like mode inseucr and such, but it didn't work
Last edited: