You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Xiaojian Zhou (Jira)" <ji...@apache.org> on 2021/01/07 22:32:00 UTC

[jira] [Reopened] (GEODE-8807) Document is incorrect for ssl-enabled-components

     [ https://issues.apache.org/jira/browse/GEODE-8807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiaojian Zhou reopened GEODE-8807:
----------------------------------

The geode document https://geode.apache.org/docs/guide/13/managing/security/implementing_ssl.html
did not explicitly say what will happen if "SSL-Configurable Components" did not specify anything. 

It did not say that SSL will be disabled, but it did not mention the legacy cluster-ssl-enabled either. When our code is still supporting the legacy setting, it's better to make it clear in document. 

> Document is incorrect for ssl-enabled-components
> ------------------------------------------------
>
>                 Key: GEODE-8807
>                 URL: https://issues.apache.org/jira/browse/GEODE-8807
>             Project: Geode
>          Issue Type: Bug
>          Components: docs
>            Reporter: Xiaojian Zhou
>            Priority: Major
>
> In VMware Tanzu™ GemFire document, chapter "Configuring SSL", it has following paragraph:
> ssl-enabled-components
> List of components for which to enable SSL. Component list can be “” (disable SSL), “all”, or a comma-separated list of components.
> This paragraph is inaccurate. 
> When component list is "". It does not mean "disable SSL" yet. It will use legacy SSL setting, i.e. to check the deprecated "cluster-ssl-enabled". If this property is set true, SSL is enabled. It's equivalent to have enabled "cluster" component for SSL. 
> Only when component list is "" and "cluster-ssl-enabled" is also set to false (or not set), then SSL is disabled. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)