I need to use SSL in my Master/Slave Solr 6.6.2 environment. I had created a
localhost SSL Cert on the Master (works on the Master because it’s local),
but this won’t work for the Slave which has replication based on the IP of
the Master server. I then changed it to a self-signed cert that uses the
machine name which seems to be a better fit for accessing the site.

However, I can't get replication to work when using SSL/HTTPS. It throws IO
Communication errors as it can’t resolve the https connection to a localhost
certificate on the Master. The error is as follows:

Master at: https://mastercomputername:8983/solr/core_index is not available.
Index fetch failed by exception: org.apache.solr.common.SolrException:
IOException occured when talking to server at:
https://mastercomputername:8983/solr/core_index

Is there a setting in Solr I need to enable to allow replication to occur? I
already installed the machine named cert from the Master server on the Slave
server.



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to