TeamCity Git插件失败,出现SSL握手错误

TeamCity(v9.1.1)中的Git插件无法通过HTTPS连接到Git存储库。 我收到以下错误:

无法收集更改,错误:List remote refs failed:javax.net.ssl.SSLHandshakeException:收到致命警报:handshake_failure

我怀疑问题出在SSL证书上。 它由DigiCert根CA签署,也存在于正在使用的java密钥库中。 https://stackoverflow.com/a/29273505中提到的Java强密码库也已安装。

有关完整堆栈跟踪,请参阅https://youtrack.jetbrains.com/issue/TW-42280上的bugreport

链接地址: http://www.djcxy.com/p/48975.html

上一篇: TeamCity Git plugin fails with SSL handshake error

下一篇: Why is a git 'pull request' not called a 'push request'?