Using --go-live with SSL or Kerberos
Establish trust between the indexer client and Solr server(s).
The go-live phase of the indexer jobs sends a MERGEINDEXES
request
from the indexer client (the node from which the MR job was submitted) to the live
Solr servers. If the Solr server has SSL enabled, you need to ensure that the
indexer client trusts the certificate presented by the Solr server(s), otherwise you
get an SSLPeerUnverifiedException
.