Nathan Gough created NIFI-7223:
----------------------------------
Summary: NiFi fails to start correctly when keystorePasswd is
filled and keyPasswd is blank
Key: NIFI-7223
URL: https://issues.apache.org/jira/browse/NIFI-7223
Project: Apache NiFi
Issue Type: Task
Reporter: Nathan Gough
Assignee: Nathan Gough
A secure NiFi will start up but will throw exceptions on attempting to access
the UI. This is due to a change in -NIFI-6927-
For a keystore and key with matching passwords, when the keystorePasswd
property in nifi.properties is set, and the keyPasswd is not, theĀ
OkHttpReplicationClient would receive "" for the keyPasswd instead of null,
causing the OkHttpReplicationClient and NiFi to still initialize but not run
correctly. Historical usage suggests the OkHttpReplicationClient should use the
keystorePasswd value.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)