[ https://issues.apache.org/jira/browse/SOLR-9728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15668226#comment-15668226 ]
Mano Kovacs commented on SOLR-9728: ----------------------------------- Hi [~michaelsuzuki], thanks you for the patch! I tried to add the store types manual and I experienced that only setting the property of the sslContextFactory in jetty-ssl.xml would be effective. I might be mistaken, but adding the two args below to jetty-ssl.xml would make the patch fully functioning. {code:title="solr/server/etc/jetty-ssl.xml"} ... <Set name="KeyStoreType"><Property name="solr.jetty.keystore.type" default="JCK"/></Set> <Set name="TrustStoreType"><Property name="solr.jetty.truststore.type" default="JCK"/></Set> ... {code} > Ability to specify Key Store type in solr.in file for SSL > --------------------------------------------------------- > > Key: SOLR-9728 > URL: https://issues.apache.org/jira/browse/SOLR-9728 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public) > Components: Server > Affects Versions: master (7.0) > Reporter: Michael Suzuki > Attachments: SOLR-9728.patch > > > At present when ssl is enabled we can't set the SSL type. It currently > defaults to JCK. > As a user I would like to configure the SSL type via the solr.in file. > For instance "JCEKS" would be configured as: > {code} > SOLR_SSL_KEYSTORE_TYPE=JCEKS > SOLR_SSL_TRUSTSTORE_TYPE=JCEKS > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org