Github VCS connection - List remote refs failed: javax.net.ssl.SSLHandshakeException
I am facing same issues while connecting with github...
Test connection failed in Airvata :: compile
List remote refs failed: 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
List remote refs failed: 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
I am wondering as yesterday it was working without any issues but now its not working any more.....
Any solution or troubleshooting?
-Rajesh
Please sign in to leave a comment.
Hi Rajesh,
Here are the instructions to configure server JVM with self-signed certificate: https://confluence.jetbrains.com/display/TCD9/Using+HTTPS+to+access+TeamCity+server#UsingHTTPStoaccessTeamCityserver-ConfiguringJVMforauthenticationwithservercertificate
Actually, for Git connections, you can also set a corresponding git config option for the global system or user-level (for the user under whom the server runs)
It can looke like:
[http]
sslVerify = false