[ https://issues.apache.org/jira/browse/SOLR-15936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485250#comment-17485250 ]
Jan Høydahl commented on SOLR-15936: ------------------------------------ If no objections, I'll merge this soon. > Reduce unnecessary startup logging, such as SSL warnings when SSL not in use > ---------------------------------------------------------------------------- > > Key: SOLR-15936 > URL: https://issues.apache.org/jira/browse/SOLR-15936 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Jan Høydahl > Assignee: Jan Høydahl > Priority: Major > > Jetty is logging these lines on every startup (SSL not enabled): > {code:java} > 2022-01-19 11:43:18.053 WARN (main) [] o.e.j.u.s.S.config Trusting all > certificates configured for > Client@62dbe64e[provider=null,keyStore=null,trustStore=null] > 2022-01-19 11:43:18.053 WARN (main) [] o.e.j.u.s.S.config No Client > EndPointIdentificationAlgorithm configured for > Client@62dbe64e[provider=null,keyStore=null,trustStore=null] > 2022-01-19 11:43:18.194 WARN (main) [] o.e.j.u.s.S.config Trusting all > certificates configured for > Client@12fe1f28[provider=null,keyStore=null,trustStore=null] > 2022-01-19 11:43:18.194 WARN (main) [] o.e.j.u.s.S.config No Client > EndPointIdentificationAlgorithm configured for > Client@12fe1f28[provider=null,keyStore=null,trustStore=null] > 2 {code} > Why is this class is even triggered in a non-ssl config? Or do we have some > mis-configuration of Solr's default truststore or something that we should > act on? > Once this is fixed, PR [https://github.com/apache/solr/pull/543] can be > addressed, which moves LogWatcher earlier in the solr startup process to get > as much logs as possible in the UI. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org