When using SSL the nifi.remote.input.http.enabled needs to be set to false and nifi.remote.input.secure needs to be set to true. I also needed to set the nifi.remote.input.socket.port to a valid port.
I found the need to also set the nifi.security.keyPasswd variable. I used the same password as the KEYSTORE_PASSWORD within the script since that is how I created my keystore.
When using SSL the nifi.remote.input.http.enabled needs to be set to false and nifi.remote.input.secure needs to be set to true. I also needed to set the nifi.remote.input.socket.port to a valid port.
I found the need to also set the nifi.security.keyPasswd variable. I used the same password as the KEYSTORE_PASSWORD within the script since that is how I created my keystore.