Hi, all!.
I'am getting such an error
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
But I have no Jave (JRE, JVM) at my TeamCity server.
@grundic , please, take a look for this issue - Do I need to have Java installed for this plugin work?
So, it does not need to install JRE. Keytool is in \jre\bin\, cacerts file is in \jre\lib\security\cacerts.
And issued was fixed, then I execute this command keytool -import -alias -keystore \jre\lib\security\cacerts -file .cer
Hi, all!. I'am getting such an error 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
TeamCity version - 2018.1.1 (build 58406).
Google tells me something about, that I need to install certificate from site for Java keystore. https://www.java-samples.com/showtutorial.php?tutorialid=210
But I have no Jave (JRE, JVM) at my TeamCity server. @grundic , please, take a look for this issue - Do I need to have Java installed for this plugin work?