Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Self Signed Certificate in GitHub Webhook

I have got Jenkins server setup in Azure VM with self-signed certificate, when I tried to setup a webhook from GitHub server I getting error "We couldn’t deliver this payload: certificate signed by unknown authority".

Do we have any way to import my CA file into GitHub trusted entry? I have tried searching in different forums but could see any response.

Thanks,

like image 334
Kiruba Avatar asked Jul 01 '26 13:07

Kiruba


1 Answers

If you have admin access to the server you can install into it's cert store.

Most likely will never work for github.com, only for github enterprise.

https://docs.github.com/en/[email protected]/admin/configuration/configuring-your-enterprise/troubleshooting-ssl-errors#installing-self-signed-or-untrusted-certificate-authority-ca-root-certificates

like image 107
Lucas Locatelli Avatar answered Jul 04 '26 07:07

Lucas Locatelli