When I am trying to use ZAP to manually explore my website, the opened Firefox shows this error.
I have referred to the below page to disable SSLv2Hello and enable unsafe SSL/TLS following the advice already, but still no luck. Any advice/hint on where to further check is greatly appreciated.
my ZAP version: 2.10.0
ZAP Error [java.net.SocketException]: Connection reset
Stack Trace:
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:210)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.read(InputRecord.java:503)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:747)
at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:123)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:860)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.flushRequestOutputStream(MultiThreadedHttpConnectionManager.java:1565)
at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2248)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1154)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:470)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:207)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.parosproxy.paros.network.HttpSender.executeMethod(HttpSender.java:429)
at org.parosproxy.paros.network.HttpSender.runMethod(HttpSender.java:671)
at org.parosproxy.paros.network.HttpSender.send(HttpSender.java:626)
at org.parosproxy.paros.network.HttpSender.sendAuthenticated(HttpSender.java:601)
at org.parosproxy.paros.network.HttpSender.sendAuthenticated(HttpSender.java:584)
at org.parosproxy.paros.network.HttpSender.sendAndReceive(HttpSender.java:489)
at org.parosproxy.paros.network.HttpSender.sendAndReceive(HttpSender.java:459)
at org.parosproxy.paros.core.proxy.ProxyThread.processHttp(ProxyThread.java:562)
at org.parosproxy.paros.core.proxy.ProxyThread.run(ProxyThread.java:319)
at java.lang.Thread.run(Thread.java:745)