Hi Biovia
I am having a security certificate issue with a SOAP call in Pipeline Pilot 2022 (22.1.0.2935). If I test the same SOAP call in a still not upgraded Pipeline Pilot 2018, the issue does not appear and the component works. The called servers are also older Pipeline Pilot servers (v 19.1.0.1963 and v 17.2.0.1361).
The error message:
Error executing parallel subprotocol on servername: 'Failed to execute a service. See details to follow:'
Caused by: HTTP transport error: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Stacktrace:
com.sun.xml.ws.client.ClientTransportException: HTTP transport error: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at ...
The Pipeline Pilot uses PKCS10 format, whereas java prefers JKS format. Does the Pipeline Pilot store somewhere the JKS SSL key? What could be the issue. The browsers still accept the certificate and they do not complain.