Re: sorl 8.1.1 all of sudden requiring https

2019-08-21 Thread Russell Bahr
Hi Jorn, I was finally able to get the entire cluster back up on http. I ended up having to reload the collection from the Web interface on each individual server and then restart the members 1 at a time until 1 of them came up as master and was able to locate and load the core. I am still not sur

Re: sorl 8.1.1 all of sudden requiring https

2019-08-20 Thread Jörn Franke
This is strange that it does not work. Have you checked the logs if there is a different error message? Here is the guide: https://lucene.apache.org/solr/guide/6_6/enabling-ssl.html Please do not use self signed certificates, but certificates signed by the CA of your company. > Am 21.08.2019 um

Re: sorl 8.1.1 all of sudden requiring https

2019-08-20 Thread Russell Bahr
I was able to change this setting in Zookeeper, and also using the Solr REST interface. But even after restarting and verifying that the urlScheme in clusterprops.json had http and not https, each of the servers still are trying to talk to eachother and on the Cloud Graph are still showing as https

Re: sorl 8.1.1 all of sudden requiring https

2019-08-20 Thread Russell Bahr
I am a very new to both solr and zookeeper. I have inherited the existing clusters from my predecessor without any training or explanation before he left. I have modeled the new zookeepers and solr cloud off of the basic configuration that was in place in the existing cluster and zookeepers. I l

Re: sorl 8.1.1 all of sudden requiring https

2019-08-20 Thread Jörn Franke
You should definitely enable HTTPs even if it is not exposed to the Internet. Even within your own company network it is a good security practice to enable HTTPs. About your error. This is due to a setting in Zookeeper: https://lucene.apache.org/solr/guide/6_6/enabling-ssl.html#EnablingSSL-Config

sorl 8.1.1 all of sudden requiring https

2019-08-20 Thread Russell Bahr
Hi All, I have a solr 8.1.1 cloud that I set up and have been testing to replace our solr 4.10.4 cloud implementation. I have been testing on the solr 8.1.1 cloud for a couple of weeks now and needed to shut down temporarily and then restart the cluster. When I did this the members would not come