kirklund commented on a change in pull request #7475:
URL: https://github.com/apache/geode/pull/7475#discussion_r833660176
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/net/SocketCreator.java
##########
@@ -599,10 +598,6 @@ void configureClientSSLSocket(Socket socket, HostAndPort
addr, int timeout) thro
} else {
throw ex;
}
- } catch (SSLHandshakeException ex) {
Review comment:
I'd love to define these error handling branches as behaviors though...
such as "what should be done if SSL handshake fails" regardless of what the
type and message are.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]