SOA composite test from EM Console throws SSLException
Hello,
We've configured two way SSL on SOA suite domain (12.2.1.4) with custom keystore and truststore. With this setup, the composite testing from EM console throws SSLException as below:
oracle.sysman.emInternalSDK.webservices.util.SoapTestException: WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at: "https://integdev1.corp.abc.com:11420/soa-infra/services/default/LnPTesting/genericlnpservice_client_ep?WSDL", caused by: javax.net.ssl.SSLException.: javax.net.ssl.SSLException: readHandshakeRecord at oracle.sysman.emInternalSDK.webservices.impl.ParsedWSDLFactoryImpl.getParsedWSDL(ParsedWSDLFactoryImpl.java:196) at
When we look at he admin server for SSL handshake, we see that the EM(i.e. client in this scenario) isn't able to present client certificates to SOA managed server (both are part of the same domain). Any specific client/ssl setup required on EM for 2-way ssl?