Skip to content

Commit 75a5ea4

Browse files
nhachichavbabanin
andauthored
Update driver-core/src/main/com/mongodb/internal/connection/BackpressureErrorLabeler.java
Co-authored-by: Viacheslav Babanin <frest0512@gmail.com>
1 parent a5720b8 commit 75a5ea4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

driver-core/src/main/com/mongodb/internal/connection/BackpressureErrorLabeler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ private static boolean isTlsConfigurationError(final MongoSocketException t) {
9090
|| lowerMessage.contains("hostname")
9191
|| lowerMessage.contains("protocol")
9292
|| lowerMessage.contains("cipher")
93-
|| lowerMessage.contains("handshake_failure")
9493
// PKIX path building/validation failures surface as SSLHandshakeException
9594
// when the underlying CertPath* cause is not in the chain.
9695
|| lowerMessage.contains("pkix")

0 commit comments

Comments
 (0)