Hi, Solr guru We have worked well with solr 5.3 non SSL. Now we are working on SSL by following https://cwiki.apache.org/confluence/display/solr/Enabling+SSL <https://cwiki.apache.org/confluence/display/solr/Enabling+SSL>
Cluster is up and and can be accessible via https://<host>:18983/solr/# When we create a collection, it redirect request to a non ssl port and error out . $ solr-5.3.1_8983/solr-5.3.1-SNAPSHOT/bin/solr create -c collection4 -n scconfig -shards 5 -replicationFactor 1 Connecting to ZooKeeper at ma1-solrt-lcb04:8925,ma1-solrt-lcb05:8925 ... Re-using existing configuration directory scconfig Creating new collection 'collection4' using command: https://<host>:18985/solr/admin/collections?action=CREATE&name=collection4&numShards=5&replicationFactor=1&maxShardsPerNode=1&collection.configName=scconfig ERROR: Failed to create collection 'collection4' due to: org.apache.solr.client.solrj.SolrServerException:IOException occured when talking to server at: http://<host>:18983/solr Could you please shed some light ? Thanks a lot -Jian