0

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)
np2807
  • 1,050
  • 15
  • 30

1 Answers1

0

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

Vizzyy
  • 522
  • 3
  • 11