MichelleWu
12 years agoNew Contributor
How to set using insecure ssl in SoapUI?
When I call a request:
POST https://xxxx/users/login?username=xxx&password=xxx
The response is:
<data contentType="null" contentLength="0"><![CDATA[]]></data>
The error is:
Error getting response; javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
It is because my server doesn't have a valid SSL certificate, so can anyone tell me how to set using insecure ssl in SoapUI in order to get the right response?
Thank you in advance!
POST https://xxxx/users/login?username=xxx&password=xxx
The response is:
<data contentType="null" contentLength="0"><![CDATA[]]></data>
The error is:
Error getting response; javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
It is because my server doesn't have a valid SSL certificate, so can anyone tell me how to set using insecure ssl in SoapUI in order to get the right response?
Thank you in advance!
If your self-signed certificate is in the Windows Personal Certificate Store you need to check the "Certificate Store" checkbox in Preferences > SSL.