[
https://issues.apache.org/jira/browse/SOLR-15936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485749#comment-17485749
]
ASF subversion and git services commented on SOLR-15936:
--------------------------------------------------------
Commit c8ed971e4ead2ebd098a59c22bf90b983999a834 in solr's branch
refs/heads/branch_9_0 from Jan Høydahl
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=c8ed971 ]
SOLR-15936 Reduce unnecessary startup logging, such as SSL warnings when SSL
not in use (#578)
(cherry picked from commit 6f475f86f3bc848e45ddc7d3f0fa5ba9ca2cc25f)
> 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
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]