Peer not authenticated error when calling web service

1
I am trying to call a webservice using HTTP authentication, but get the following error: Caused by: gD: Error calling webservice at bM.a(SourceFile:110) Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:352) When using soapUI and connecting to the same endpoint it works fine. Any idea?
asked
1 answers
2

It seems that you need to load the proper SSL certificate, you can find this in the project settings.

answered