Re: creating collection using collection API with SSL enabled SolrCloud

2017-02-09 Thread Bryan Bende
You should be able to start your Solr instances with "-h ". On Thu, Feb 9, 2017 at 12:09 PM, Xie, Sean wrote: > Thank you Hrishikesh, > > The cluster property solved the issue. > > Now we need to figure out a way to give the instance a host name to solve the > SSL error that IP not matching the

Re: creating collection using collection API with SSL enabled SolrCloud

2017-02-09 Thread Xie, Sean
Thank you Hrishikesh, The cluster property solved the issue. Now we need to figure out a way to give the instance a host name to solve the SSL error that IP not matching the SSL name. Sean On 2/9/17, 11:35 AM, "Hrishikesh Gadre" wrote: Hi Sean, Have you configured the "urlSche

Re: creating collection using collection API with SSL enabled SolrCloud

2017-02-09 Thread Hrishikesh Gadre
Hi Sean, Have you configured the "urlScheme" cluster property (i.e. urlScheme=https) ? https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-CLUSTERPROP:ClusterProperties Thanks Hrishikesh On Thu, Feb 9, 2017 at 8:23 AM, Xie, Sean wrote: > Hi All, > > When trying to

creating collection using collection API with SSL enabled SolrCloud

2017-02-09 Thread Xie, Sean
Hi All, When trying to create the collection using the API when there are a few replicas, I’m getting error because the call seems to trying to use HTTP for the replicas. https://IP_1:8983/solr/admin/collections?action=CREATE&name=My_COLLECTION&numShards=1&replicationFactor=1&collection.configN