You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first one is SOLR-16934, and will be fixed in Solr 9.4.
The second one is an issue with how the Solr Operator calls the Solr API. Basically we don't always use a "correct" hostname, and instead use localhost. There is a new option in Solr 9.2.1 (SOLR-16735), -Dsolr.jetty.ssl.sniHostCheck, that acts in the same way that verifyHostName does. So we need to set both options according to what the user wants regarding verifyHostName. If they want to verifyHostName, then we need to make sure that the correct hostname is used when executing the liveness/readiness probes.
Solr 9.2.1 facing two issues:
The text was updated successfully, but these errors were encountered: