Hi all,
I’m creating a Java Client application that connects to a Reverse Invoke HTTPS port.
I was able to connect to the customer’s URL using both browser and plain Java HttpsURLConnection.
But when I try to create the connection using webMethods Client API (com.wm.app.b2b.client.Context) I aways get the exception:
I debugged the code and saw that the wmChainVerifier has no trustedDNs or signers. Is it correct?
I tried to use the same solution I used for the HttpsURLConnection but had no joy.
Any suggestion?
Thanks!
#webMethods#Integration-Server-and-ESB