Hi,
I setup the Gotify integration for notifications on my PVE and on my PBS servers. On PVE everything works fine, on PBS I receive the error
But everythig works if I use this command in a terminal on PBS:
In the syslog I see this
Any idea?
Regards.
I setup the Gotify integration for notifications on my PVE and on my PBS servers. On PVE everything works fine, on PBS I receive the error
when I test the setup via WebUI."Could not test target: could not notify via endpoint(s): Gotify: https://192.168.xxx.xxx/message: Connection Failed: tls connection init failed: presented server name type wasn't supported (500) "
But everythig works if I use this command in a terminal on PBS:
Code:
curl "https://192.168.xxx.xxx/message?token=APGP2tMwNYHMd.D" -F "title=Test Gotify server" -F "message=Testing Gotify" -F "priority=5"
In the syslog I see this
everytime I execute a test.pbs proxmox-backup-api[1058]: Sending fatal alert BadCertificate
Any idea?
Regards.