How to configure SolrCloud over HTTPS. Did I find a bug?

2013-03-06 Thread Scott Carlson
It looks like to configure my SolrCloud server as an HTTPS endpoint, I need to update the solr.xml as such: host=https://${jboss.node.name:}; hostPort=8443 When I try this, it fails registering with the zookeeper. ERROR [SolrCore] null:java.lang.IllegalArgumentException: Invalid path string

Re: How to configure SolrCloud over HTTPS. Did I find a bug?

2013-03-06 Thread Mark Miller
On Mar 6, 2013, at 6:54 AM, Scott Carlson scott.a.carl...@gmail.com wrote: Am I on the right track and I should log this issue as bug, Might as well - seems like it could be improved. or is there a different way to configure this that I'm not seeing. I think there might be - I remember