Jan Høydahl created SOLR-15936: ---------------------------------- Summary: Fix confusing SSL related warn logs on sartup 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
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? -- 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