Forum Discussion

BeginnerSoapUI's avatar
BeginnerSoapUI
New Contributor
10 years ago

Connection reset issue

Hi All,
I am having an issue while connecting using SoapUI to an HTTPS web server.
The error is ERROR:java.net.SocketException: Connection reset

And is followed by:
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at sun.security.ssl.InputRecord.readFully(Unknown Source)
at sun.security.ssl.InputRecord.read(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
at sun.security.ssl.AppInputStream.read(Unknown Source)
at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
Any idea how to get rid of this?
Thanks,
No RepliesBe the first to reply