Member since
05-26-2016
11
Posts
2
Kudos Received
0
Solutions
09-17-2019
02:46 AM
Hi Alo, We did the SSL on Nifi server with CA signed certificates but not Nifi CA. I now want to create once client certificate to authenticate to Nifi can you please help me outline the steps.
... View more
10-25-2016
06:17 PM
2 Kudos
As NiFi uses Jetty internally for its web server capabilities, you could try using a
HeaderPatternRule as described here to enable HSTS , which forces only HTTPS connections. Browsers respond to the provided Strict-Transport-Security header and know to attempt an HTTPS connection.
This isn't directly supported by NiFi though, so you would have to modify code in the application. There is an existing
Apache Jira (NIFI-2437) for this to be enabled through a NiFi configuration setting.
... View more
10-03-2018
01:07 PM
Sharath, Another way to resolve the issue is to make sure the symbolic link to the shared object points to the 64-bit library in the /usr/lib directory. I added the below symbolic link to my system running NiFi and the error was resolved: ln -s /opt/mqm/java/lib64/libmqjbnd.so /ust/lib/libmqjbnd.so Here is a snapshot of my JMSConnectionFactoryProvider controller service configuration
... View more