I don't think SSL is a problem, but you're going to have to take care to make sure your SSL certs are either signed by a cert trusted by the JVM, or imported into the JVM's keystore.
Michael Della Bitta ------------------------------------------------ Appinions 18 East 41st Street, 2nd Floor New York, NY 10017-6271 www.appinions.com Where Influence Isn’t a Game On Wed, Feb 20, 2013 at 12:33 PM, Daire Mac Mathúna <daire...@gmail.com> wrote: > Hi, > > I'm running SOLR 3.6.1, using SOLRJ 3.6.1 in my application to run queries > against it. Two queries: > > 1. I presume there is no problem running SOLR over SSL / HTTPS and > communicating with it using SOLRJ? > > 2. We are looking at implementing SOLR Replication using one master node > and one slave node. Again, if both nodes were running over SSL, I presume > it is OK to run the replication process over SSL / HTTPS? > > Thanks, > > Daire.