Reputation: 1377
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
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.
Upvotes: 1