SOAP-UIjavax.net.ssl.SSLException
SOAP-UI javax.net.ssl.SSLException
当我尝试在 SOAP-UI 中创建新的 Soap 项目时抛出以下错误片段。该服务在我的本地计算机上 运行。
Wed Dec 20 10:05:28 IST 2017:DEBUG:I/O error closing connection
javax.net.ssl.SSLException: Connection has been shutdown:
javax.net.ssl.SSLHandshakeException: Remote host closed connection
during handshake at sun.security.ssl.SSLSocketImpl.checkEOF(Unknown at
sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source) at
sun.security.ssl.AppOutputStream.write(Unknown Source) at
org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:131)
我无法解决这个问题,我必须禁用 ssl 并测试我的案例。
当我尝试在 SOAP-UI 中创建新的 Soap 项目时抛出以下错误片段。该服务在我的本地计算机上 运行。
Wed Dec 20 10:05:28 IST 2017:DEBUG:I/O error closing connection javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake at sun.security.ssl.SSLSocketImpl.checkEOF(Unknown at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source) at sun.security.ssl.AppOutputStream.write(Unknown Source) at org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:131)
我无法解决这个问题,我必须禁用 ssl 并测试我的案例。