[
https://issues.apache.org/jira/browse/SOLR-15835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gus Heck reassigned SOLR-15835:
-------------------------------
Assignee: Gus Heck
> Collection creation failing with https
> --------------------------------------
>
> Key: SOLR-15835
> URL: https://issues.apache.org/jira/browse/SOLR-15835
> Project: Solr
> Issue Type: Task
> Affects Versions: 9.0
> Environment: *
> Reporter: Gus Heck
> Assignee: Gus Heck
> Priority: Blocker
> Fix For: 9.0
>
>
> The following steps fail to create a collection and probably should:
> # Follow the instructions at
> [http://localhost:63342/solr-root/solr-root.solr.solr-ref-guide/build/html-site/enabling-ssl.html]
> (9.0 refguide built locally)
> # Add solr.xml to cloud/node1 (possibly should be added to the above )
> # Start the server with the start command given in above ref guide page
> # Open [https://localhost:8984/solr/#/] and observe our UI rendering properly
> # Go to Collections page
> # Click Add Collection
> # Name: foo
> # config set: _default
> # click ( (/) Add Collection )
> Observed:
> * Red error bar reading "Underlying core creation failed while creating
> collection: foo"
> Expected
> * Collection created successfully
> The reasons appear similar to SOLR-15587 and the following log message
> reveals that shards are being addressed by http not https
> {code:java}
> 2021-12-05 21:52:02.855 ERROR (OverseerThreadFactory-19-thread-2) []
> o.a.s.c.a.c.CollectionHandlingUtils Error from shard:
> http://localhost:8984/solr => org.apache.solr.client.solrj.SolrServerException
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]