Hi,
We have implemented WS security facility for one of the consumer. It is currently implemented using SOAP over HTTP.
There is requirement from the project, that this consumer WSD should support for HTTPS. We have added the partner certificate in our truststore. We are receiving the below SSL handshake errors when we invoke the connector.
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
We just want to understand If WS Security implemented via WS Security facility(Handler service attached to WSD) and SSL supported for the Consumer WSD. Below is the extract from the Webservices developer guide,
Integration Server support of WS-Security when using the WS-Security facility does not enable or enforce any of the transport-level security measures provided by SSL and HTTP authentication.
Will SSL works for Consumer WSD which implements WS Security via WS Security facility? or Do we need to use WS Security via Policy files?
Thanks in Advance.
Regards
Sivaram
#API-Management#soa#webMethods