We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4d3bb7 + a4a5480 commit c0bf2b3Copy full SHA for c0bf2b3
driver/src/main/java/org/neo4j/driver/internal/security/TLSSocketChannel.java
@@ -178,7 +178,8 @@ private HandshakeStatus unwrap( ByteBuffer buffer ) throws IOException
178
*/
179
if ( channel.read( cipherIn ) < 0 )
180
{
181
- throw new ClientException( "Failed to establish SSL socket connection." );
+ throw new ClientException( "SSL Connection terminated while receiving data. " +
182
+ "This can happen due to network instabilities, or due to restarts of the database." );
183
}
184
cipherIn.flip();
185
0 commit comments