Re: Connect to Zookeeper with TLS

2024-08-29 Thread Anshum Gupta
t; > Thanks, > Luke > > From: users@solr.apache.org At: 08/29/24 14:10:40 UTC-4:00To: > users@solr.apache.org > Subject: Re: Connect to Zookeeper with TLS > > Hi Luke, > > Thanks for bringing this up. I assume you're running Solr 9x or have > upgraded your ZK to

Re: Connect to Zookeeper with TLS

2024-08-29 Thread Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A)
h them. Thanks, Luke From: users@solr.apache.org At: 08/29/24 14:10:40 UTC-4:00To: users@solr.apache.org Subject: Re: Connect to Zookeeper with TLS Hi Luke, Thanks for bringing this up. I assume you're running Solr 9x or have upgraded your ZK to the latest version so that it supports TLS

Re: Connect to Zookeeper with TLS

2024-08-29 Thread Anshum Gupta
Hi Luke, Thanks for bringing this up. I assume you're running Solr 9x or have upgraded your ZK to the latest version so that it supports TLS via the Java client. Here's a link that should help you configure your Solr instances to run with a TLS enabled Solr cluster: https://cwiki.apache.org/confl

RE: Connect to Zookeeper with TLS

2024-08-29 Thread Matt Earley
I found this to be the most helpful: https://lists.apache.org/thread/g3m4nx3klfdrzhxvhtbqyj81sf6zj7k3 Plus I followed the recommendation to add the settings to SOLR_ZK_CREDS_AND_ACLS and not SOLR_OPTS in the solr.in.sh file: -Dzookeeper.client.secure=true -Dzookeeper.clientCnxnSocket=org.apac