This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 07ef1fa  GEODE-5203: User Guide - clarify that client SSL setting 
descriptions are for Java clients only
07ef1fa is described below

commit 07ef1fa9989d3c8e976511df72220062e436cfa0
Author: Dave Barnes <[email protected]>
AuthorDate: Fri May 11 11:33:44 2018 -0700

    GEODE-5203: User Guide - clarify that client SSL setting descriptions are 
for Java clients only
---
 geode-docs/managing/security/implementing_ssl.html.md.erb | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/geode-docs/managing/security/implementing_ssl.html.md.erb 
b/geode-docs/managing/security/implementing_ssl.html.md.erb
index 978d517..d9615df 100644
--- a/geode-docs/managing/security/implementing_ssl.html.md.erb
+++ b/geode-docs/managing/security/implementing_ssl.html.md.erb
@@ -21,7 +21,10 @@ limitations under the License.
 
 You can configure SSL for authentication between members and to protect your 
data during
 distribution. You can use SSL alone or in conjunction with the other 
<%=vars.product_name%> security options.
-<%=vars.product_name%> SSL connections use the Java Secure Sockets Extension 
(JSSE) package.
+
+<%=vars.product_name%> SSL connections use the Java Secure Sockets Extension 
(JSSE) package, so the properties
+described here apply to <%=vars.product_name%> servers and to Java-based 
clients. SSL configuration in non-Java
+clients may differ &mdash; see the client's documentation for details.
 
 ## <a id="ssl_configurable_components" 
class="no-quick-link"></a>SSL-Configurable Components
 
@@ -154,7 +157,7 @@ ssl-default-alias=Locator-Cert
  
 **Client properties**
 
-On the client, the list of enabled components reflects the server's 
configuration so the client
+On Java clients, the list of enabled components reflects the server's 
configuration so the client
 knows how it is expected to communicate with (for example) servers and 
locators.  Paths to keystore
 and truststore are local to the client.
 

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to