<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Enabling SSL in NIFI Cluster in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176353#M77898</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47409/jvnath77.html" nodeid="47409"&gt;@Veerendra Nath  Jasthi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;So nifi-user.log shows that authentication was successful for your user "CN=nifiadmin, OU=NIFI".  This puts the issue squarely on the authorization side of things. Authorization configurations are in the authorizers.xml file.&lt;BR /&gt;-&lt;BR /&gt;Since it sounds like you are using the default file based authorization provider, you will want to inspect what is in your users.xml and authorizations.xml files NiFi generated.  &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;What do you have in your users.xml?  &lt;/P&gt;&lt;P&gt;You should find an entry for "CN=nifiadmin, OU=NIFI" in there associated to a unique UUID.  That UUID is then used to associate that user to various access policies in the authorizations.xml file.  Be mindful that NiFi is case sensitive and blank spaces are valid characters including leading and trailing whitespace.  "CN=nifiadmin, OU=NIFI" is not equal to "CN=nifiadmin, OU=NIFI " (trailing white space) to NiFi.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Also confirm what URL you are trying to access?  (https://&amp;lt;nifinode-hostname&amp;gt;:9091/nifi )&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Fri, 04 May 2018 21:57:22 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2018-05-04T21:57:22Z</dc:date>
    <item>
      <title>Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176343#M77888</link>
      <description>&lt;P&gt;I was trying to enable SSL in NIFI cluster which gives an error at NIFI UI :&lt;/P&gt;&lt;P&gt;Insufficient Permissions  home&lt;/P&gt;&lt;P&gt;Untrusted proxy CN=nifiadmin, OU=NIFIrsdevhdf2.medassurant.local, OU=NIFI&lt;/P&gt;&lt;P&gt;I added a picture of My NIFI configuration for SSL enabling :&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/71504-nifi-config.png"&gt;nifi-config.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 20:44:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176343#M77888</guid>
      <dc:creator>Jasthi</dc:creator>
      <dc:date>2018-05-03T20:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176344#M77889</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47409/jvnath77.html" nodeid="47409"&gt;@Veerendra Nath  Jasthi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Where did you get the keystore files you are using on each of your nodes from?&lt;/P&gt;&lt;P&gt;I suggest performing a verbose listing on your keystore  ( keytool -v -list -keysrtore &amp;lt;keystore,jks file&amp;gt; )&lt;/P&gt;&lt;P&gt;That listing should show a single "PrivateKeyEntry" and that should then show a "Owner" and "Issuer" as below exmaple does:&lt;/P&gt;&lt;PRE&gt;Alias name: nifi-key
Creation date: Apr 19, 2018
Entry type: PrivateKeyEntry
Certificate chain length: 2
Certificate[1]:
Owner: CN=nifi-sme-15.openstacklocal, OU=NIFI
Issuer: CN=nifi-sme-26.openstacklocal, OU=NIFI
Serial number: 162df02fcaf00000000
Valid from: Thu Apr 19 17:45:37 UTC 2018 until: Sun Apr 18 17:45:37 UTC 2021
Certificate fingerprints:
 MD5:  B2:B3:A8:D0:DC:E4:98:1F:53:30:A6:B4:E0:79:41:1A
 SHA1: 04:D9:3A:84:7B:75:AE:90:DD:C9:41:D3:83:1C:4F:BB:3C:18:EC:FA
 SHA256: AD:69:23:80:A1:06:1A:6C:32:A4:4C:95:B5:0E:5F:0E:AA:12:BE:DF:05:84:B8:53:27:F3:D9:46:DD:89:03:7A
 Signature algorithm name: SHA256withRSA
 Version: 3
Extensions:
#1: ObjectId: 2.5.29.35 Criticality=false
AuthorityKeyIdentifier [
KeyIdentifier [
0000: A0 9D B4 20 80 B3 6D 31   70 2E 73 B0 7E E0 17 F9  ... ..m1p.s.....
0010: 3D 31 A1 B4                                        =1..
]
]
#2: ObjectId: 2.5.29.19 Criticality=false
BasicConstraints:[
  CA:false
  PathLen: undefined
]
#3: ObjectId: 2.5.29.37 Criticality=false
ExtendedKeyUsages [
  clientAuth
  serverAuth
]
#4: ObjectId: 2.5.29.15 Criticality=true
KeyUsage [
  DigitalSignature
  Non_repudiation
  Key_Encipherment
  Data_Encipherment
  Key_Agreement
]
#5: ObjectId: 2.5.29.17 Criticality=false
SubjectAlternativeName [
  DNSName: nifi-sme-15.openstacklocal
  DNSName: nifi-sme-15.openstacklocal
]
#6: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: 9B 43 A1 B1 3D 9B AF B4   1B 1B 8F DA 31 D2 14 88  .C..=.......1...
0010: 4E 3E 93 A9                                        N&amp;gt;..
]
]&lt;/PRE&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;The "Owner" DN form each of your Nodes keystores should match the node identities you entered in your configs (case sensitive). &lt;BR /&gt;-&lt;BR /&gt;Also note that you have names every one of your entries as "Node Identity 1".  You should instead have a unique number for each node identity.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;My guess here is that maybe your keystore contains more then one "PrivateKeyEntry".  Did you create a user certificate "CN=nifiadmin, OU=&lt;A href="http://nifirsdevhdf2.medassurant.local/"&gt;NIFIrsdevhdf2.medassurant.local&lt;/A&gt;, OU=NIFI" and import in to each of your nodes keystores?&lt;/P&gt;&lt;P&gt;NiFi has no way to be configured to select a specific "PrivateKeyEntry" when multiple exist in same keystore.&lt;BR /&gt;-&lt;BR /&gt;The keystore should contain only 1 "PrivateKeyEntry".  It may contain many "trustedCertEntry" entries.  &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Commonly your keystore.jks will contain only the single PrivateKeyEntry and your truststore.jks will contain 1 to many "TrustedCertEntry".&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Once you have made the necessary corrections to your keystore.jks file and/or node identity configurations, you will need to delete the users.xml and authorizations.xml files that NiFi created as they are only created once. If they already exist, they will not be updated by changes you make to node identity configurations or initial admin identities.  Once you can successfully access the secured NIFi UI as your initial admin, you will add the rest of your users and se their policies directly from within the UI.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;If you found this answer addressed your question, please take a moment to login to the forum and click "accept" on the answer.&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 21:19:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176344#M77889</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2018-05-03T21:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176345#M77890</link>
      <description>&lt;P&gt;Hi @&lt;A href="https://community.hortonworks.com/users/525/mclarke.html"&gt;Matt Clarke&lt;/A&gt; Thanks for quick response and while I was trying to keytool -v -list -keystore keystore.jks this I was getting below error:&lt;/P&gt;&lt;P&gt;keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect&lt;/P&gt;&lt;P&gt;
java.io.IOException: Keystore was tampered with, or password was incorrect&lt;/P&gt;&lt;P&gt;and also I am new to this SSl Concept Could you please explain me the resolution little bit clear ?&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 21:44:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176345#M77890</guid>
      <dc:creator>Jasthi</dc:creator>
      <dc:date>2018-05-03T21:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176346#M77891</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47409/jvnath77.html" nodeid="47409"&gt;@Veerendra Nath  Jasthi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;*** Forum tip: Try to avoid responding to an existing "answer" by starting a new answer. It makes following the conversation very hard.  Instead use "Add comment" on the existing answer.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;When running the keytool command, juts try hitting enter when prompted for password without entering anything.&lt;BR /&gt;-&lt;BR /&gt;Did you use the include NIFi CA to create your keystore and truststore?  &lt;BR /&gt;Did you use the NiFi TLS-toolkit to generate your user certificate?&lt;BR /&gt;-&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 22:02:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176346#M77891</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2018-05-03T22:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176347#M77892</link>
      <description>&lt;P&gt;I have used NiFi TLS-toolkit &amp;amp; Below are outputs from Nodes:&lt;/P&gt;&lt;P&gt;Node1:&lt;/P&gt;&lt;P&gt;Entry type: PrivateKeyEntry &lt;/P&gt;&lt;P&gt;Certificate chain length: 2 &lt;/P&gt;&lt;P&gt;Certificate[1]: &lt;/P&gt;&lt;P&gt;Owner: CN=nifiadmin, OU=NIFIrsdevhdf1.medassurant.local, OU=NIFI &lt;/P&gt;&lt;P&gt;Issuer: CN=rsdevhdf3.medassurant.local, OU=NIFI &lt;/P&gt;&lt;P&gt;Node2:&lt;/P&gt;&lt;P&gt;Entry type: PrivateKeyEntry&lt;/P&gt;&lt;P&gt;
Certificate chain length: 2 &lt;/P&gt;&lt;P&gt;Certificate[1]: &lt;/P&gt;&lt;P&gt;Owner: CN=nifiadmin, OU=NIFIrsdevhdf2.medassurant.local, OU=NIFI &lt;/P&gt;&lt;P&gt;Issuer: CN=rsdevhdf3.medassurant.local, OU=NIFI&lt;/P&gt;&lt;P&gt;Node3:&lt;/P&gt;&lt;P&gt;Entry type: PrivateKeyEntry&lt;/P&gt;&lt;P&gt;
Certificate chain length: 2 &lt;/P&gt;&lt;P&gt;Certificate[1]: &lt;/P&gt;&lt;P&gt;Owner: CN=nifiadmin, OU=NIFIrsdevhdf3.medassurant.local, OU=NIFI &lt;/P&gt;&lt;P&gt;Issuer: CN=rsdevhdf3.medassurant.local, OU=NIFI&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 22:14:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176347#M77892</guid>
      <dc:creator>Jasthi</dc:creator>
      <dc:date>2018-05-03T22:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176348#M77893</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47409/jvnath77.html" nodeid="47409"&gt;@Veerendra Nath  Jasthi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The "Owner" DN typically has a CN that matches the hostname of the server on which the certificate is being used.  In this case it looks like you create a "nifiadmin" certificate on each node. If your CN in the "owner" DN does not match your servers hostname, you will need to have a SubjectAlternativeName (SAN) in your certificate that does.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Bottom line you will likely need new certificates here.&lt;BR /&gt;-&lt;/P&gt;&lt;P&gt;Then make sure that each of those server DNs match what you provided as DNs for the "Node Identity 1=, Node Identity 2=, Node Identity 3=".&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Also, do not forget to delete the users.xml and authorizations.xml files so they get re-created with correct entries.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 23:25:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176348#M77893</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2018-05-03T23:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176349#M77894</link>
      <description>&lt;P&gt;I have followed the above steps to generate new certificate and now ending up with the error like :&lt;/P&gt;&lt;P&gt;Insufficient Permissions &lt;/P&gt;&lt;P&gt;Unknown user with identity 'CN=nifiadmin, OU=NIFI'. Contact the system administrator.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 02:22:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176349#M77894</guid>
      <dc:creator>Jasthi</dc:creator>
      <dc:date>2018-05-04T02:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176350#M77895</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47409/jvnath77.html" nodeid="47409"&gt;@Veerendra Nath  Jasthi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You are almost there. It sounds like you may have all the certificates in place fo the NiFi cluster itself to work correctly. Any user wishing to access a secured NiFi must successfully be authenticated and authorized for the specific NiFi resources they need/want access to.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;The DN you provided as the "Initial Admin Identity" needs to mach the DN exactly that is coming from the user/client.  By default NiFi expects that users present a TLS certificate by which authentication is verified.  NiFi can also be configured to support kerberos and LDAP authentication methods (see login-identity-providers.xml file).&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Check the nifi-user.log to get more specific details on the permission denied you are seeing.  I also see that appears to match exactly with what you had configured as your Initial Admin Identity in the attached screenshot, so make sure it is correct in your user.xml file (I am assuming you did delete these files on all nodes before you restarted with new configurations in Ambari). &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;If you want to share what is in your nifi-user.log when you try to access the URL, that may help determine what is still not correct.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 04:03:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176350#M77895</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2018-05-04T04:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176351#M77896</link>
      <description>&lt;P&gt;Confirm below are done.&lt;/P&gt;&lt;P&gt;Encrypt Configuration Master Key Password: &amp;lt;password, min 12, character and numbers are must&amp;gt; &lt;/P&gt;&lt;P&gt;Sensitive property values encryption password: &amp;lt;password, min 10, character and numbers are must&amp;gt; &lt;/P&gt;&lt;P&gt;NiFi CA Token: &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;Click the check box and Enable SSL &lt;/P&gt;&lt;P&gt;
nifi.initial.admin.identity = admin&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 08:28:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176351#M77896</guid>
      <dc:creator>mustafa_qizilba</dc:creator>
      <dc:date>2018-05-04T08:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176352#M77897</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/72600-new-nifi-ssl-config.png"&gt;new-nifi-ssl-config.png&lt;/A&gt;@&lt;A href="https://community.hortonworks.com/users/525/mclarke.html"&gt;Matt Clarke&lt;/A&gt; Below is the nifi-user.log &amp;amp; attached new SSl config in ambari :&lt;/P&gt;&lt;P&gt;2018-05-04 09:49:04,844 INFO [NiFi Web Server-22] o.a.n.w.a.c.IllegalStateExceptionMapper java.lang.IllegalStateException: Kerberos ticket login not supported by this NiFi.. Returning Conflict response. &lt;/P&gt;&lt;P&gt;2018-05-04 09:49:04,877 INFO [NiFi Web Server-1237] o.a.n.w.s.NiFiAuthenticationFilter Attempting request for (CN=nifiadmin, OU=NIFI) GET &lt;A href="https://rsdevhdf3.medassurant.local:9091/nifi-api/flow/current-user" target="_blank"&gt;https://rsdevhdf3.medassurant.local:9091/nifi-api/flow/current-user&lt;/A&gt; (source ip: 10.5.43.133) &lt;/P&gt;&lt;P&gt;2018-05-04 09:49:04,880 INFO [NiFi Web Server-1237] o.a.n.w.s.NiFiAuthenticationFilter Authentication success for CN=nifiadmin, OU=NIFI &lt;/P&gt;&lt;P&gt;2018-05-04 09:49:04,897 INFO [NiFi Web Server-1237] o.a.n.w.a.c.AccessDeniedExceptionMapper CN=nifiadmin, OU=NIFI does not have permission to access the requested resource. Unknown user with identity 'CN=nifiadmin, OU=NIFI'. Returning Forbidden response.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 20:57:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176352#M77897</guid>
      <dc:creator>Jasthi</dc:creator>
      <dc:date>2018-05-04T20:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176353#M77898</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47409/jvnath77.html" nodeid="47409"&gt;@Veerendra Nath  Jasthi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;So nifi-user.log shows that authentication was successful for your user "CN=nifiadmin, OU=NIFI".  This puts the issue squarely on the authorization side of things. Authorization configurations are in the authorizers.xml file.&lt;BR /&gt;-&lt;BR /&gt;Since it sounds like you are using the default file based authorization provider, you will want to inspect what is in your users.xml and authorizations.xml files NiFi generated.  &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;What do you have in your users.xml?  &lt;/P&gt;&lt;P&gt;You should find an entry for "CN=nifiadmin, OU=NIFI" in there associated to a unique UUID.  That UUID is then used to associate that user to various access policies in the authorizations.xml file.  Be mindful that NiFi is case sensitive and blank spaces are valid characters including leading and trailing whitespace.  "CN=nifiadmin, OU=NIFI" is not equal to "CN=nifiadmin, OU=NIFI " (trailing white space) to NiFi.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Also confirm what URL you are trying to access?  (https://&amp;lt;nifinode-hostname&amp;gt;:9091/nifi )&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 21:57:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176353#M77898</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2018-05-04T21:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176354#M77899</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47409/jvnath77.html" nodeid="47409"&gt;@Veerendra Nath  Jasthi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You can see in your users.xml file that the usr identity does not match exactly with what is in your nifi-user.log.   They must match exactly.     &lt;/P&gt;&lt;PRE&gt;&amp;lt;user identifier="49527e2e-41db-3e98-9926-49021fd68a56" identity="CN=nifiadmin,OU="/&amp;gt;&lt;/PRE&gt;&lt;P&gt;while user.log has:&lt;/P&gt;&lt;PRE&gt;CN=nifiadmin, OU=NIFI&lt;/PRE&gt;&lt;P&gt;Assuming you had above set as your Initial Admin Identity in Ambari NiFi configs and you deleted the users.xml and authorizations.xml files on all nodes before staring NIFi via Ambari, new users.xml and authorizations.xml files should have been generated correctly.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;So you have two options here:&lt;BR /&gt;1. Stop NiFi and manually edit the users.xml file on every node so that the identity matches exactly  and restart NiFi on all nodes.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;2. Stop NiFi via Ambari, verify "Initial Admin Identity" NIFi property is set correctly, delete the users.xml and authorizations.xml on all nodes, and teh start NiFi via Ambari. Lates configs will be written to NiFi config files and NiFi will create new users.xml and authorizations.xml files on each node on startup.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 22:30:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176354#M77899</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2018-05-04T22:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176355#M77900</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/72602-user-xml.png"&gt;user-xml.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 22:34:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176355#M77900</guid>
      <dc:creator>Jasthi</dc:creator>
      <dc:date>2018-05-04T22:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176356#M77901</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47409/jvnath77.html" nodeid="47409"&gt;@Veerendra Nath  Jasthi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Your latest two screenshots confirm what is suspected above.  You did not have the correct/full DN configured as your "Initial Admin Identity".   The corrective actions I provided in previous response should get you squared away here.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 22:46:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176356#M77901</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2018-05-04T22:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176357#M77902</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/525/mclarke.html" nodeid="525"&gt;@Matt Clarke&lt;/A&gt; I tried the changes you mentioned in the above post but still no luck.Here I have attached 3 screen shots are:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/72603-user-xml.png"&gt;user-xml.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/72603-user-xml.png"&gt;&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/72604-ambari-config.png"&gt;ambari-config.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/72604-ambari-config.png"&gt;&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/72605-nifi-user-log.png"&gt;nifi-user-log.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 23:09:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176357#M77902</guid>
      <dc:creator>Jasthi</dc:creator>
      <dc:date>2018-05-04T23:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176358#M77903</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47409/jvnath77.html" nodeid="47409"&gt;@Veerendra Nath  Jasthi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You are so very very close. Remember how i commented above that the DN string must match exactly?&lt;BR /&gt;&lt;BR /&gt;Your admin DN is:&lt;/P&gt;&lt;PRE&gt;CN=nifiadmin, OU=NIFI&lt;/PRE&gt;&lt;P&gt;But you entered the following as your Initial Admin Identity:&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;CN=nifiadmin,OU=NIFI&lt;/PRE&gt;&lt;P&gt;Note that you are missing the space between "CN=nifiadmin," and "OU=NIFI"&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 23:16:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176358#M77903</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2018-05-04T23:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176359#M77904</link>
      <description>&lt;P&gt;After changes made as above now error:&lt;/P&gt;&lt;P&gt;Insufficient Permission&lt;/P&gt;&lt;P&gt;Untrusted proxy CN=nifiadmin, OU=NIFIrsdevhdf1.medassurant.local, OU=NIFI&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/72606-user-log.png"&gt;user-log.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and user.xml remains same like before:&lt;/P&gt;&lt;P&gt;&amp;lt;tenants&amp;gt;&lt;/P&gt;&lt;P&gt;
    &amp;lt;groups/&amp;gt;&lt;/P&gt;&lt;P&gt;
    &amp;lt;users&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;user identifier="9309f3b0-ef41-3014-ab0a-d55b8fe43d64" identity="CN=nifiadmin, OU=NIFI"/&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;user identifier="63839f12-a44e-3191-8916-cc4b1c96d25b" identity="CN=rsdevhdf3.medassurant.local, OU=NIFI"/&amp;gt; &lt;/P&gt;&lt;P&gt;    &amp;lt;/users&amp;gt;&lt;/P&gt;&lt;P&gt;
&amp;lt;/tenants&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2018 00:48:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176359#M77904</guid>
      <dc:creator>Jasthi</dc:creator>
      <dc:date>2018-05-05T00:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SSL in NIFI Cluster</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176360#M77905</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47409/jvnath77.html" nodeid="47409"&gt;@Veerendra Nath  Jasthi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The DN there is coming from the keystore being used by your NiFi nodes.  I have no idea why the certs created for your servers all have nifiadmin in them....&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;But just like your user DN, the node identities must match exactly with what is in those server certs in the keystore..&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;PRE&gt;&amp;lt;property name="Node Identity 1"&amp;gt;CN=nifiadmin, OU=NIFIrsdevhdf1.medassurant.local, OU=NIFI&amp;lt;/property&amp;gt;
&amp;lt;property name="Node Identity 2"&amp;gt;CN=nifiadmin, OU=NIFIrsdevhdf2.medassurant.local, OU=NIFI/&amp;lt;/property&amp;gt;
&amp;lt;property name="Node Identity 3"&amp;gt;CN=nifiadmin, OU=NIFIrsdevhdf3.medassurant.local, OU=NIFI&amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;so you will need to edit your node identities so they match the above and once again stop NiFi, remove your users.xml and authorizations.xml files, and then start NiFi again via Ambari.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2018 01:50:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enabling-SSL-in-NIFI-Cluster/m-p/176360#M77905</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2018-05-05T01:50:48Z</dc:date>
    </item>
  </channel>
</rss>

