【发布时间】:2019-02-28 05:57:49
【问题描述】:
最近 Jenkins 服务器 (Linux) 和 IIS 服务器 (windows) 上的证书都过期了,我们已经为 Jenkins 和远程从站导入了新证书。
发布当我们通过浏览器启动时它能够连接(但弹出 java - (The certificate is not valid and cannot be used to verify the identity of this website) 并且如果我们将 Jenkins 作为服务安装在 Windows 机器上,它处于启动状态(不继续运行状态)和无法在日志中将 Jenkins 作为奴隶启动
我可以看到这个错误如下:
"Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"
【问题讨论】:
-
请验证是否为自签名证书。谢谢。