----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54945/ -----------------------------------------------------------
Review request for geode, Bruce Schuchardt and Kirk Lund. Repository: geode Description ------- If ssl is enabled but neither ssl-keystore or cluster-ssl-keystore properties are set, the ssl configuration behavior should be to fail over to javas properties (if provided). This seemed not to work in the previous ssl configuration implementation, but seems to be now fixed in the newer SSLConfiguration implementation. Diffs ----- geode-core/src/main/java/org/apache/geode/internal/net/SSLConfigurationFactory.java aa61ca36e geode-core/src/test/java/org/apache/geode/internal/net/SSLConfigurationFactoryJUnitTest.java 38d4d87b3 Diff: https://reviews.apache.org/r/54945/diff/ Testing ------- Added test to test scenario. No code was changed for this. Thanks, Udo Kohlmeyer