[
https://issues.apache.org/jira/browse/SOLR-9728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15687846#comment-15687846
]
Kevin Risden commented on SOLR-9728:
------------------------------------
When testing this I also think I noticed that if SOLR_SSL_KEYSTORE_TYPE or
SOLR_SSL_TRUSTSTORE_TYPE isn't specified in solr.in.sh then the jetty property
is set to "" instead of the default. This I think is because the java property
is being set to "" instead of not being set at all. This would make the change
be backwards incompatible.
Some changes:
* Change JCK to JKS to match the Jetty defaults
* Change bin/solr and solr.cmd to handle SOLR_SSL_KEYSTORE_TYPE and
SOLR_SSL_TRUSTSTORE_TYPE not being specified (and therefore not added to the
SOLR_SSL_OPTS variable).
> 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
> Assignee: Kevin Risden
> 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: [email protected]
For additional commands, e-mail: [email protected]