Kiruba
Kiruba

Reputation: 1377

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,

Upvotes: 3

Views: 1179

Answers (1)

Lucas Locatelli
Lucas Locatelli

Reputation: 366

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

Upvotes: 1

Related Questions