Connecting to Solr via HTTPS

2014-09-08 Thread Christopher Gross
I just got Solr 4.9.0 running as a 3 node cloud. I use the CloudSolrServer class to connect and do queries, but it isn't working now using HTTPS. I don't see any options for the CloudSolrServer to use https (no key/trust store or anything). What SolrJ classes should I be looking at to connect

Re: Connecting to Solr via HTTPS

2014-09-08 Thread Steve Rowe
Hi Chris, Check out the Solr Reference Guide SolrJ example indexing a doc over HTTPS using CloudSolrServer: https://cwiki.apache.org/confluence/display/solr/Enabling+SSL#EnablingSSL-IndexadocumentusingCloudSolrServer Steve www.lucidworks.com On Sep 8, 2014, at 2:19 PM, Christopher Gross