Forum Discussion

Cybele's avatar
Cybele
Occasional Contributor
13 years ago

SSLPeerUnverifiedException: peer not authenticated

Hello,

I have created a mock service on a server from within a SoapUI project. When I try and send a request to the mock service fropm within the same SoapUI project, I get the following error:

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

The error log has a stack trace which originates at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:397).

I'm using:

SoapUI 4.5.0, build [internal], 2012/03/26 16:10
Red Hat Enterprise Linux Server release 5.5

Can anyone suggest why this is happening? Thanks for any assistance.
  • Cybele's avatar
    Cybele
    Occasional Contributor
    Cybele wrote:
    javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

    Fixed - I was using a URL which specified https. When I changed this to http, it worked.