SSL certificate problem: unable to get local issuer certificate
Cause:
Bitbucket/Git is using selfsigned certificate.
Solution:
On jenkins server, log in as jenkins, and run below command:
$ git config --global http.sslVerify false
$ cat ~/.gitconfig
[http]
sslVerify = false
Restart jenkins
# systectl restart jenkins
No comments:
Post a Comment