You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Christopher Gross <co...@gmail.com> on 2014/09/08 20:19:54 UTC

Connecting to Solr via HTTPS

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 and work with a
SolrCloud over HTTPS?

Thanks!

-- Chris

Re: Connecting to Solr via HTTPS

Posted by Steve Rowe <sa...@gmail.com>.
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 <co...@gmail.com> wrote:

> 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 and work with a
> SolrCloud over HTTPS?
> 
> Thanks!
> 
> -- Chris