-
Bug
-
Resolution: Fixed
-
Major
-
None
When trying to configure a new job and setting GIT repository Jenkins always fails regardless of the configuration when using HTTPS with credentials.
Here is the error message
Failed to connect to repository : handshake alert: unrecognized_name
Local git install has configured
git config --global http.sslVerify false
- is related to
-
JENKINS-22682 git "HTTP request failed" in Jenkins
-
- Closed
-
-
JENKINS-23050 Slave unable to clone from Git over HTTPS due to self signed certificate
-
- Closed
-
[JENKINS-22675] Jenkins GIT Plugin unable to access repository using HTTPS with self-signed certificate
Link |
New:
This issue is related to |
Link |
New:
This issue is related to |
You may also need to investigate the skip certificate check plugin to see if certificate checking needs to be disabled for all of Jenkins. I believe there are portions of the git-plugin and/or git-client-plugin which use Java's certificate validation facilities directly.