[ https://issues.apache.org/jira/browse/SOLR-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14163509#comment-14163509 ]
Sindre Fiskaa commented on SOLR-6595: ------------------------------------- Yes, running SolrCloud without SSL it works fine with the createNodeSet param. I run this with Tomcat application server and 443 enabled. Although I receive this error message the collection and the shards gets created and the clusterstate.json updated, but the cores are missing. I manual add them one by one in the admin console so I get my cloud up running and the solr-nodes are able to talk to each other - no certificate issues or SSL handshake error between the nodes. curl -E solr-ssl.pem:secret12 -k 'https://vt-searchln03:443/solr/admin/collections?action=CREATE&numShards=3&replicationFactor=2&name=multisharding&createNodeSet=vt-searchln03:443_solr,vt-searchln04:443_solr,vt-searchln01:443_solr,vt-searchln02:443_solr,vt-searchln05:443_solr,vt-searchln06:443_solr' <?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">206</int></lst><lst name="failure"><str>org.apache.solr.client.solrj.SolrServerException:IOException occured when talking to server at: https://vt-searchln03:443/solr</str><str>org.apache.solr.client.solrj.SolrServerException:IOException occured when talking to server at: https://vt-searchln04:443/solr</str><str>org.apache.solr.client.solrj.SolrServerException:IOException occured when talking to server at: https://vt-searchln06:443/solr</str><str>org.apache.solr.client.solrj.SolrServerException:IOException occured when talking to server at: https://vt-searchln05:443/solr</str><str>org.apache.solr.client.solrj.SolrServerException:IOException occured when talking to server at: https://vt-searchln01:443/solr</str><str>org.apache.solr.client.solrj.SolrServerException:IOException occured when talking to server at: https://vt-searchln02:443/solr</str></lst> </response> > Client SSL > ---------- > > Key: SOLR-6595 > URL: https://issues.apache.org/jira/browse/SOLR-6595 > Project: Solr > Issue Type: Bug > Components: SolrCloud > Affects Versions: 4.10 > Environment: SolrCloud with Client SSL > Reporter: Sindre Fiskaa > Priority: Minor > > Followed the description > https://cwiki.apache.org/confluence/display/solr/Enabling+SSL and generated a > self signed key pair. Configured a few solr-nodes and used the collection api > to crate a new collection. I get error message when specify the nodes with > the createNodeSet param. When I don't use createNodeSet param the collection > gets created without error on random nodes. Could this be a bug related to > the createNodeSet param? > <response> > <lst name="responseHeader"><int name="status">0</int><int > name="QTime">185</int></lst><lst > name="failure"><str>org.apache.solr.client.solrj.SolrServerException:IOException > occured when talking to server at: https://vt-searchln04:443/solr</str></lst> > </response> -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org