You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 7 64-bit (with 64-bit oracle jre 8u161)
Conscrypt 1.1.3
Unfortunately I don't have a repro. The system normally works, seeing these occur every day or two after extended use, only from windows as far as I'm aware.
Caused by: javax.net.ssl.SSLException: Write error: ssl=000000001C1758B8: I/O error during system call, No error
at org.conscrypt.NativeCrypto.SSL_write(Native Method) ~[?:?]
at org.conscrypt.NativeSsl.write(NativeSsl.java:431) ~[?:?]
at org.conscrypt.ConscryptFileDescriptorSocket$SSLOutputStream.write(ConscryptFileDescriptorSocket.java:624) ~[?:?]
at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:124) ~[?:?]
at org.apache.http.impl.io.SessionOutputBufferImpl.write(SessionOutputBufferImpl.java:160) ~[?:?]
at org.apache.http.impl.io.ContentLengthOutputStream.write(ContentLengthOutputStream.java:113) ~[?:?]
at org.apache.http.entity.ByteArrayEntity.writeTo(ByteArrayEntity.java:114) ~[?:?]
at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:156) ~[?:?]
at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:160) ~[?:?]
at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:238) ~[?:?]
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) ~[?:?]
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[?:?]
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[?:?]
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[?:?]
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) ~[?:?]
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[?:?]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[?:?]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[?:?]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[?:?]
The text was updated successfully, but these errors were encountered:
It's worth noting that I'm not seeing anything along these lines using SunJSSE, so I do think this is a bug rather than a manifestation of a common failure.
Environment:
Windows 7 64-bit (with 64-bit oracle jre 8u161)
Conscrypt 1.1.3
Unfortunately I don't have a repro. The system normally works, seeing these occur every day or two after extended use, only from windows as far as I'm aware.
The text was updated successfully, but these errors were encountered: