Hi,

I am using Solr 4.10.2 with tomcat and embedded Zookeeper.
I followed 
https://cwiki.apache.org/confluence/display/solr/Enabling+SSL#EnablingSSL-SolrCloud
 
to enable SSL.

I am currently doing the following:

Starting tomcat
Running:
../scripts/cloud-scripts/zkcli.sh -zkhost localhost:9983 -cmd put 
/clusterprops.json '{"urlScheme":"https"}' 
Restarting tomcat
Accessing Solr from my client using 
org.apache.solr.client.solrj.impl.CloudSolrServer.

And this works. 
If I don't restart tomcat again after running zkcli.sh, I get the 
following error:
        "IOException occured when talking to server at: 
http://<ip>:<port>/solr/...." (http, not https).

Is it possible to do this without the second restart?
Thanks,
Tali

Reply via email to