Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache Solr fails to startup with multi domain SSL certificates #4874

Closed
ttaranov opened this issue May 13, 2020 · 5 comments
Closed

Apache Solr fails to startup with multi domain SSL certificates #4874

ttaranov opened this issue May 13, 2020 · 5 comments
Assignees

Comments

@ttaranov
Copy link

Jetty version
Jetty version used by Apache Solr 8.5.1 (appears to be jetty version 9.4.24)

Java version
Java 8, Java 11

OS type/version
Linux

Description
When trying to startup single node Apache Solr instance configured with multi domain SSL certificate signed by a CA (although I don't think it matters), server fails to start up with stacktrace outlined in https://issues.apache.org/jira/browse/SOLR-14105

The issue appears to be caused by Solr server trying to establish a connection to itself using jetty's SslContextFactory.Client

@sbordet
Copy link
Contributor

sbordet commented May 13, 2020

@ttaranov on a second inspection, the issue is fixed in Jetty 9.4.25+.

If you update Solr to use Jetty 9.4.28, does it work?

@ttaranov
Copy link
Author

Thank you Simone, we’ll investigate (this issue was created based on some pre production testing of released 8.5.1 solr, although it looks like we’ll need to delay this upgrade and try out some possible work arounds).

@sbordet
Copy link
Contributor

sbordet commented May 19, 2020

@ttaranov news about this issue from Solr?

@ttaranov
Copy link
Author

@sbordet we've rolled back our deploy to solr 8.3.1 (the one with previous jetty version) and it worked ok with the specific ssl setup we use. There is apparently an upgraded version of jetty in solr's snapshot build (8.6), although its hard to test this in specific production configuration where the issue came up - we'll retest this again as new solr is released.

@sbordet
Copy link
Contributor

sbordet commented May 5, 2021

Closing as resolved.

@sbordet sbordet closed this as completed May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants