java.io.IOException: Write Channel Closed, possible SSL handshaking or trust failure
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 3004, 1 year ago
via Google Groups by Ed, 10 months ago
via Oracle Community by 3004, 1 year ago
via Oracle Community by 3004, 1 year ago
via Google Groups by Ed, 10 months ago
via Oracle Community by 3004, 1 year ago
java.io.IOException: Write Channel Closed, possible SSL handshaking or trust failure
at com.certicom.tls.record.WriteHandler.write(Unknown Source)
at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(UnknownSource)
at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(UnknownSource)
at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(UnknownSource)
at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(UnknownSource)
at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(UnknownSource)
at com.certicom.tls.record.ReadHandler.interpretContent(UnknownSource)
at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(UnknownSource)
at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(UnknownSource)
at com.certicom.tls.record.WriteHandler.write(Unknown Source)