<?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: Does Nifi use One-way or two-way SSL authentication? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110018#M54685</link>
    <description>&lt;P&gt;This is a hands-on walkthrough configuring SSL/TLS authentication in Apache NiFi. The tasks we will accomplish include:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;Creating and installing a user certificate&lt;/LI&gt;&lt;LI&gt;Setting up the server's KeyStore&lt;/LI&gt;&lt;LI&gt;Setting up the server's TrustStore&lt;/LI&gt;&lt;LI&gt;Installing the user certificate into the TrustStore&lt;/LI&gt;&lt;LI&gt;Configuring authorization for our user&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Read More &lt;A href="https://www.janbasktraining.com/blog/big-data-hadoop-tutorial-beginners/" target="_blank"&gt;https://www.janbasktraining.com/blog/big-data-hadoop-tutorial-beginners/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Dec 2017 00:52:02 GMT</pubDate>
    <dc:creator>manchun_pandit</dc:creator>
    <dc:date>2017-12-30T00:52:02Z</dc:date>
    <item>
      <title>Does Nifi use One-way or two-way SSL authentication?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110014#M54681</link>
      <description>&lt;P&gt;Sorry for asking a silly questions: Does Nifi use One-way or two-way SSL authentication?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:55:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110014#M54681</guid>
      <dc:creator>toandyliang</dc:creator>
      <dc:date>2017-02-16T21:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does Nifi use One-way or two-way SSL authentication?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110015#M54682</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/15487/toandyliang.html" nodeid="15487"&gt;@Andy Liang&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In secured mode, the default authentication method is via 2-way TLS.  If you configure another login identity provider. [1]  Then you have the option of using 2-way TLS or either SPNEGO in browser or username/password login with 1 way TLS.&lt;/P&gt;&lt;P&gt;[1] &lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user-authentication" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user-authentication&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 22:25:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110015#M54682</guid>
      <dc:creator>brosander</dc:creator>
      <dc:date>2017-02-16T22:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Does Nifi use One-way or two-way SSL authentication?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110016#M54683</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/15487/toandyliang.html" nodeid="15487"&gt;@Andy Liang&lt;/A&gt;&lt;P&gt;Most features of NiFi use two-way SSL while few allow for use of only One-way SSL.&lt;/P&gt;&lt;P&gt;Anything that is "machine" to "machine" requires two-way SSL.  So using features like NiFi's Site-to-Site or SSL Context Controller services all utilize two-way SSL.&lt;/P&gt;&lt;P&gt;NiFi access to the UI only uses one-way ssl.&lt;/P&gt;&lt;P&gt;Thnaks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 22:26:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110016#M54683</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-02-16T22:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Does Nifi use One-way or two-way SSL authentication?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110017#M54684</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/525/mclark.html" nodeid="525"&gt;@Matt Clarke&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/11287/brosander.html" nodeid="11287"&gt;@brosander&lt;/A&gt; i am using kerberos as a login identity provider to secure nifi1.1.1 instance, could you please suggest do i need to provide two way ssl for this? or we dont need to do in Nifi-1.1.1, as it is no where mentioned in nifi administration guide to provide ssl certificates with kerberos.&lt;/P&gt;&lt;P&gt;i am following this article: &lt;A href="https://community.hortonworks.com/content/kbentry/34147/nifi-security-user-authentication-with-kerberos.html" target="_blank"&gt;https://community.hortonworks.com/content/kbentry/34147/nifi-security-user-authentication-with-kerberos.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 21:02:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110017#M54684</guid>
      <dc:creator>srijitachaturve</dc:creator>
      <dc:date>2017-12-29T21:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Does Nifi use One-way or two-way SSL authentication?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110018#M54685</link>
      <description>&lt;P&gt;This is a hands-on walkthrough configuring SSL/TLS authentication in Apache NiFi. The tasks we will accomplish include:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;Creating and installing a user certificate&lt;/LI&gt;&lt;LI&gt;Setting up the server's KeyStore&lt;/LI&gt;&lt;LI&gt;Setting up the server's TrustStore&lt;/LI&gt;&lt;LI&gt;Installing the user certificate into the TrustStore&lt;/LI&gt;&lt;LI&gt;Configuring authorization for our user&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Read More &lt;A href="https://www.janbasktraining.com/blog/big-data-hadoop-tutorial-beginners/" target="_blank"&gt;https://www.janbasktraining.com/blog/big-data-hadoop-tutorial-beginners/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2017 00:52:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110018#M54685</guid>
      <dc:creator>manchun_pandit</dc:creator>
      <dc:date>2017-12-30T00:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does Nifi use One-way or two-way SSL authentication?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110019#M54686</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/53174/manchunpandit.html" nodeid="53174"&gt;@Manchun Kumar&lt;/A&gt; , but i am unable to find post for this in the link you provided. could you please share the particualr link for ssl/TLS in Nifi-1.1.1 or above&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 01:57:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Nifi-use-One-way-or-two-way-SSL-authentication/m-p/110019#M54686</guid>
      <dc:creator>srijitachaturve</dc:creator>
      <dc:date>2018-01-03T01:57:31Z</dc:date>
    </item>
  </channel>
</rss>

