Hi,
Enabling SSL should be well documented in ref guide:
https://solr.apache.org/guide/solr/latest/deployment-guide/enabling-ssl.html
Wrt zoo.cfg, sounds like you have configured different client_port for each of
the three?
Again, recommend you to set up a reproduction environment (single node
Hi Jan,
Thanks for your response.
I have used the ZK ports as 3181/3182/3183 as below in the solr.in.sh
ZK_HOST="*ZK_Host1:3181, ZK_Host1:3182, ZK_Host1:3183"*
I tried reinstalling the solr and ZK. Still i get the same error.
I can see the clusterprops.json file is missing to update urlScheme.
Hi,
Looks like you have configured Zookeper with client port 3181 on all three
nodes, so why don't you use that in ZK_HOST?
And you now say that you use SSL. How did you initialize SSL, did you update
urlScheme in zookeeper? I feel you are leaving details out.
It would perhaps help for both yo
Hi
FYI. Below is the exact error. I don't understand why the solr url is
referred to with http in the logs below instead of https, though the
SOLR-UI is accessible fine with https and the certs are valid. Please
assist.
2024-04-22 11:28:31.190 INFO
(qtp1119242936-20-solr_hostname.corp.abc.com-12
Hi All,
Could you please help on the above issue.
On Wed, Apr 17, 2024 at 2:39 PM HariBabu kuruva
wrote:
> Hi Jan,
>
> Thanks for the response.
>
> Please find the details below:
>
> *Exactly how did you install Solr, and what is your ZK_HOST connection
> string?:*
> I got the solr-9.5.0.tg.zip
Hi Jan,
Thanks for the response.
Please find the details below:
*Exactly how did you install Solr, and what is your ZK_HOST connection
string?:*
I got the solr-9.5.0.tg.zip file from Solr website and unzipped it.
ZK_HOST = "ZK_host1.corp.abc.com:3181,ZK_Host2.corp.abc.com:3182,
ZK_Host3.corp.equ
Hi,
Do you mind sharing the details with us?
- Exactly how did you install Solr, and what is your ZK_HOST connection string?
- Exactly how did you install ZK, and what is your zoo.cfg, on each of the
three nodes.
- Which command did you use to create the collection?
- Does this happen every time
HI , I am working on a POC, to set up solr-9.5.0. Currently I have
Solr-8.11.1 installed and running.
As part of the POC. I have installed Solr-9.5.0(on one node) and Zookeeper
3.9.2 (on 3 nodes). This setup is done on the same server where I have
solr-8.5 running but with different ports.
Solr
HariBabu kuruva
11:07 AM (8 minutes ago)
to users.solr
Hi All,
I am working on a POC, to set up solr-9.5.0. Currently I have Solr-8.11.1
installed and running.
As part of the POC. I have installed Solr-9.5.0(on one node) and Zookeeper
3.9.2 (on 3 nodes). This setup is done on the same server whe