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.