pivotal-jbarrett commented on a change in pull request #7315:
URL: https://github.com/apache/geode/pull/7315#discussion_r805073879



##########
File path: 
geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java
##########
@@ -2154,6 +2155,29 @@
    * <U>Since</U>: Geode 1.0
    */
   String SSL_PROTOCOLS = "ssl-protocols";
+
+  /**
+   * The static String definition of the <i>"ssl-client-protocols"</i> 
property <a
+   * name="ssl-client-protocols"/a>
+   * </p>
+   * <U>Description</U>: A space separated list of the SSL protocols to enable 
on the client side
+   * of the SSL connection. Those listed must be supported by the available 
providers.
+   * </p>
+   * <U>Default</U>: "any"
+   */
+  String SSL_CLIENT_PROTOCOLS = "ssl-client-protocols";
+
+  /**
+   * The static String definition of the <i>"ssl-server-protocols"</i> 
property <a
+   * name="ssl-server-protocols"/a>
+   * </p>
+   * <U>Description</U>: A space separated list of the SSL protocols to enable 
on the server side
+   * of the SSL connection. Those listed must be supported by the available 
providers.
+   * </p>
+   * <U>Default</U>: "any"
+   */
+  String SSL_SERVER_PROTOCOLS = "ssl-server-protocols";

Review comment:
       I think I have the documented in one place but not here. Good eye!




-- 
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]


Reply via email to