I am getting the below error while creating a job from Jenkins. How do I disable certificate validation in Jenkins?
From Git Bash I can use git config --global
git config --global
You can use JGit and can fix it by creating a .gitconfig file in JENKINS_HOME with this lines:
[http] sslVerify = false