[
https://issues.apache.org/jira/browse/NIFI-2222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15378387#comment-15378387
]
ASF GitHub Bot commented on NIFI-2222:
--------------------------------------
Github user jvwing commented on the issue:
https://github.com/apache/nifi/pull/632
The functionality works, correctly handling different keystore and key
passwords. The JettyServerTest tests look good, and are a needed addition to
the package. All tests and contrib-check pass. Thank you, @brosander.
> Jetty reversal of KeyStore, Key passwords in nifi.properties
> ------------------------------------------------------------
>
> Key: NIFI-2222
> URL: https://issues.apache.org/jira/browse/NIFI-2222
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Bryan Rosander
>
> In JettyServer, currently if you define both nifi.security.keystorePasswd and
> nifi.security.keyPasswd, the keyPasswd value will be used for the
> SslContext's keyStorePassword and the keyStorePasswd will be used for the
> keyManagerPassword.
> Additionally if you only define the keyPasswd, it will set keyStorePassword
> instead of keyManagerPassword.
> I believe that this is backwards from the expected behaviour of the two
> properties.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)