[SOLVED] Triggering webhook doesn't work with certbot

Hello,
i am trying to use the trigger function to trigger a custom webhook on a custom server
I’ve configured it to call my webhook when on autopi event “poweron”

i am hosting a SSL signed webhook server and used certboot\letsencrypt to do that

if I try to manually call my webhook everything works fine (https://myhostname.com/hooks/autopi)

but when the webhook gets called from the autopi i get this error:

[webhook] 2018/07/03 16:28:57 http: TLS handshake error from x.x.x.x:xxxx: remote error: tls: unknown certificate authority

What could be the problem? Does your servers not identify let’s encrypt certificates as secure?

Thanks

Nvm… i had a duplicate certificate problem on my server, it is working good :smiley:

2 Likes