SSL 对端握手失败,服务器很可能需要客户端证书才能连接

问题描述 投票:0回答:0

jenkins 在构建期间尝试克隆 git 存储库时构建失败并出现以下错误

错误:- 错误!致命:无法访问“https://organization.host.com/example-repo.git/”:SSL 对等握手失败,服务器很可能需要客户端证书才能连接。

在 package.json 中,这是用“git+https://organization.host.com/example-repo.git#tab

请帮忙

我试过设置, git config --global http.sslverify "false"

[http "https://code.example.com/"] sslCAinfo = /path/to/

没有运气,任何帮助将不胜感激。提前致谢

git ssl jenkins npm https
© www.soinside.com 2019 - 2024. All rights reserved.