I have 3 SolrCloud nodes (call them idx1, idx2, idx3), and the boxes have SSL & certs configured on them to protect the Solr Indexes.
Right now, I can do queries on idx1 and it works fine. If I try to query on idx3, I get: org.apache.solr.common.SolrException: org.apache.sorl.client.solrj.SolrServerException:IOException occurred when talking to server at http://idx1:8443/solr/test1 (and then a long stack trace -- can't copy it, on a test network) Is there a spot in a Solr configuration that I can set this up to use HTTPS? Let me know if you need more information to determine the problem. Thanks! -- Chris