You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Jan Høydahl (Jira)" <ji...@apache.org> on 2022/01/19 11:59:00 UTC

[jira] [Created] (SOLR-15936) Fix confusing SSL related warn logs on sartup

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-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org