Getting error while install plugins in Jenkins

370 views Asked by At

I was trying to install Jenkins in local and while installing the Plugin such as GIT in Manage Plugin am getting error as following:

"sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145)
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131)
    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382)
1

There are 1 answers

1
Vizzyy On

You might need to add the git pub cert to your cacerts file wherever your jdk is installed.