Xiaojian Zhou created GEODE-8807:
------------------------------------
Summary: 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
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)