HoustonPutman commented on issue #599: URL: https://github.com/apache/solr-operator/issues/599#issuecomment-1688869332
The first one is [SOLR-16934](https://issues.apache.org/jira/browse/SOLR-16934) 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](https://issues.apache.org/jira/browse/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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org