-
Type:
Improvement
-
Resolution: Not A Defect
-
Priority:
Minor
-
Component/s: confluence-publisher-plugin
-
None
Hi,
I'm getting an error:
Failed to login
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: 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
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace: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
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1731)
at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:241)
when trying to connect to confluence that seems very close to the issue described in JENKINS-17693. The server I'm talking to is https so I suspect it's the same issue. It's mentioned that there is a procedure to get the certificate from the server and install import to jvm. I wonder if it would be possible to document this procedure somewhere?
Not sure if it's relevant but the Confluence I'm connecting to is rather an old version, 2.5.8.
Thanks
Andy