Created 05-28-2018 05:06 AM
Hi all,
I have recently implemented LDAP for Nifi (works fine) - the problem is it is still using its own CA for certificates and presents the "This connection is not secure" message.
Is it possible to create company signed certs to be used by Nifi although NOT for authorisation purposes?
I have followed this guide and have been able to generate my own certs but these were used for authorisation and not as standard "web certificate"
In short - How can I achieve Nifi LDAP while using a company signed cert?
Thanks,
Created 05-28-2018 05:17 PM
Yes, you can and should use company signed certs. Ask your company/Admins/infoSec to give you truststore and keystore jks files with passwords. Add these files in nifi.properties along with password. Restart Nifi.
Created 05-31-2018 07:35 AM
Hi @Umair Khan
I am getting this error when using CA signed certs:
o.a.n.c.c.node.NodeClusterCoordinator Failed to determine which node is elected active Cluster Coordinator: ZooKeeper reports the address as F.Q.D.N:9088, but there is no node with this address. Attempted to determine the node's information but failed to retrieve its information due to org.apache.nifi.cluster.protocol.ProtocolException: Failed to request Node Identifer from F.Q.D.N:9088
Created 05-31-2018 05:15 AM
Hi @Umair Khan, do you have any guides on how to create the truststores/keystores specifically for Nifi? I have tried with my team although Nifi does not accept the new stores..