Hi everyone, During some tests, we've noted that if a client tries to connect to an SSL configured locator, and the client does not have SSL configured, it terminates due to an unhandled exception. You can check the behaviour here for geode-native: https://github.com/apache/geode-native/blob/develop/cppcache/src/ThinClientLocatorHelper.cpp#L147 And here for the Java client: https://github.com/apache/geode/blob/develop/geode-tcp-server/src/main/java/org/apache/geode/distributed/internal/tcpserver/TcpClient.java#L278
And here is the question. Do you know if there is any reason behind it? Also, do you happen to know if there is any upgrade case in which SSL is enabled on the newer version? Because I am guessing this kind of upgrade might be problematic, right? Thanks! Mario