首页 > 解决方案 > 无法找到有效的认证 - Jenkins 上的 Checkmarx 集成错误

问题描述

在 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 节点上安装一些证书。有没有人遇到过类似的问题?

标签: jenkinscheckmarx

解决方案


安装 checkmarx 证书后修复。


推荐阅读