TeamCity Git plugin fails with SSL handshake error

The Git plugin in TeamCity (v9.1.1) cannot connect to a Git repository over HTTPS. I get the following error:

Failed to collect changes, error: List remote refs failed: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

I doubt that the problem is with the SSL certificate. It is signed by a DigiCert root CA and also exists in the java keystore in use. The Java strong cipher library mentioned in https://stackoverflow.com/a/29273505 is also installed.

For full stacktrace see bugreport at https://youtrack.jetbrains.com/issue/TW-42280

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

上一篇: Curl PUT不能像预期的那样在github上更新分支保护

下一篇: TeamCity Git插件失败,出现SSL握手错误