Solr 4.8.1 Java 1.7 Tomcat 7.0.50 Zookeeper 3.4.6 Trying to get a SolrCloud running with https only. I found this: https://issues.apache.org/jira/browse/SOLR-3854
I don't have a clusterprops.json file, and running the zkCli command doesn't add one either. Command is along the lines of: ./zkCli.sh -zkhost host:port -cmd put /clusterprops.json '{"urlScheme":"https"}' (run from the zookeeper/bin directory). I've done some googling, but I can't seem to figure out what I'm doing wrong. I'm not getting an error message when doing the command. Any ideas? Thanks. -- Chris