This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 8547b6e2747 Ref Guide: Remove note about Zookeeper client TLS support
(#2385)
8547b6e2747 is described below
commit 8547b6e27473401b5e7814b6151edf7a2b053fb5
Author: Peter Molnar <[email protected]>
AuthorDate: Thu Apr 4 15:53:22 2024 +0200
Ref Guide: Remove note about Zookeeper client TLS support (#2385)
Zookeeper client TLS works fine with Java, and all referred issues are
either closed or refer the above fact.
---
solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc
b/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc
index 804493657b6..4c579da15c4 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc
@@ -214,9 +214,6 @@ set HADOOP_CREDSTORE_PASSWORD="credStorePass123"
=== Configure ZooKeeper
-NOTE: ZooKeeper does not support encrypted communication with clients like
Solr.
-There are several related JIRA tickets where SSL support is being
planned/worked on:
https://issues.apache.org/jira/browse/ZOOKEEPER-235[ZOOKEEPER-235];
https://issues.apache.org/jira/browse/ZOOKEEPER-236[ZOOKEEPER-236];
https://issues.apache.org/jira/browse/ZOOKEEPER-1000[ZOOKEEPER-1000]; and
https://issues.apache.org/jira/browse/ZOOKEEPER-2120[ZOOKEEPER-2120].
-
After creating the keystore described above and before you start any SolrCloud
nodes, you must configure your Solr cluster properties in ZooKeeper so that
Solr nodes know to communicate via SSL.
This section assumes you have created and started an external ZooKeeper.