Re: solrj Https problem

2016-11-09 Thread sandeep mukherjee
Thanks Bryan for the response. That seem to have solved it. On Monday, October 31, 2016 6:58 PM, Bryan Bende wrote: A possible problem might be that your certificate was generated for "localhost" which is why it works when you go to https://localhost:8985/solr in your browser, but when S

Re: solrj Https problem

2016-10-31 Thread Bryan Bende
A possible problem might be that your certificate was generated for "localhost" which is why it works when you go to https://localhost:8985/solr in your browser, but when SolrJ gets the cluster information from ZooKeeper the hostnames of the Solr nodes might be using an IP address which won't work