You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Houston Putman (Jira)" <ji...@apache.org> on 2023/02/17 17:22:00 UTC

[jira] [Created] (SOLR-16668) Use default Java SslContextFactory for HTTP2 when no system properties are given

Houston Putman created SOLR-16668:
-------------------------------------

             Summary: Use default Java SslContextFactory for HTTP2 when no system properties are given
                 Key: SOLR-16668
                 URL: https://issues.apache.org/jira/browse/SOLR-16668
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: SolrJ
    Affects Versions: 9.0
            Reporter: Houston Putman


Both the Apache and Jetty Http client libraries are capable of defaulting to the Java truststores when no system properties are provided. However, when cleaning up logging in SOLR-15936 the Http2SolrClient no longer used an SSLContextFactory when the system properties were not used. This is a regression for users that use the built-in truststore.

 

Ideally we would be able to use both the default truststore and not give extra (useless) logging. If choosing one or the other, I think we should choose using the default truststore though.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org