Click here to Skip to main content
15,885,998 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using SoapUI 4.5.0.while submitting request to specified end point URL I was getting error
Error getting response “javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated”.How to overcome this error?

can any one please help me out with this.
Thank you
Posted

1 solution

If you create a HTTPClient with the code above, it should avoid SSLPeerUnverifiedException. All that insecure X509TrustManager does is accept any peer certificate whether trustworthy or not, which is entirely pointless. What you are seeing is that the peer hasn't sent a certificate at all.
 
Share this answer
 
Comments
Praveen Kumar Subramanian 21-May-12 13:00pm    
Where is the code ? I do not see any "code above" !

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900