Serg1981
13 years agoOccasional Contributor
soapUI maven plugin, rest servise SSL exception
I run soapUI test with maven plugin. When it is used http protocol everything is ok. But when I use https protocol server returns excepion:
I tried to check this request from soapUI (connection via https) and it worked ok. I searched the info how to adjust maven plugin rest service request via https but I did not found anything. It seems that this is plugin defect, but I'm not sure.
Sending request: POST /admin/rest/eltype HTTP/1.1
12:00:14,107 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClient
Connection] I/O error closing connection
javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHands
hakeException: Received fatal alert: handshake_failure
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.jav
a:1358)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.j
ava:1370)
at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.ja
va:44)
I tried to check this request from soapUI (connection via https) and it worked ok. I searched the info how to adjust maven plugin rest service request via https but I did not found anything. It seems that this is plugin defect, but I'm not sure.