无法找到有效的认证 - Jenkins 上的 Checkmarx 集成错误

Unable to find valid certification - Checkmarx Integration error on Jenkins

我在 Jenkins 上集成 Checkmarx 时出现以下错误(使用 windows 节点)。

[Cx-Info]: Initializing Cx client [Cx-Info]: Logging into the Checkmarx service.  
FATAL: javax.net.ssl.SSLHandshakeException:
  sun.security.validator.ValidatorException: PKIX path building failed:
  sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Caused:
  sun.security.validator.ValidatorException: PKIX path building failed 
Caused: 
  javax.net.ssl.SSLHandshakeException hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from xxx server 
Caused:
  java.io.IOException

看来我可能需要在 Jenkins 节点上安装一些证书。有没有人遇到过类似的问题?

安装 checkmarx 证书后已修复。