<?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: The Remote Process Group has warning in an anthenticate cluster NiFi instance in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/The-Remote-Process-Group-has-warning-in-an-anthenticate/m-p/133199#M34927</link>
    <description>&lt;P&gt;NiFi secure cluster and Site-To-Site authentication is not handled by kerberos.  NiFi kerberos authentication is only supported for user authentication.  Secure NiFi Site-To-Site communications are still handled using TLS mutual authentication.

The error you are seeing is because that TLS mutual auth is failing.  The URL you are providing the Remote Process Group (RPG) is using the IP of the target NCM. The NCM is providing its public key to your nodes for autentication and that certificate does not contain the IP as its DN or as a Subject Alternative Name (SAN).  So the source NiFi is saying the that the provided certificate shoudl contain 10.110.20.213 but instead it is providing something else.
&lt;/P&gt;&lt;P&gt;If you do a verbose listing on your keystore on the NCM you will see the contents of the key.  Look for CN=&amp;lt;some value&amp;gt; (This value is typically the hostname/FQDN.)  Use that value in the URL you are providing your RPG.  Make sure your source NiFi (In your case every Node in your NiFi cluster) can resolve that hostname to its proper IP.

The other option is to get a new certificate that has the IP added to it as a SAN.

Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2016 21:52:51 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2016-07-18T21:52:51Z</dc:date>
    <item>
      <title>The Remote Process Group has warning in an anthenticate cluster NiFi instance</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/The-Remote-Process-Group-has-warning-in-an-anthenticate/m-p/133198#M34926</link>
      <description>&lt;P&gt;At first I distribute works in a cluster NiFi instance in perspective.(By run processor on the Primary Node only, and then use site-to-site (remote process group) to distribute that listing to all nodes in the cluster.) &lt;/P&gt;&lt;P&gt;Then I add User Authentication with Kerberos follow &lt;A href="https://community.hortonworks.com/articles/34147/nifi-security-user-authentication-with-kerberos.html#" target="_blank"&gt;https://community.hortonworks.com/articles/34147/nifi-security-user-authentication-with-kerberos.html#&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Now i want to distribute works in this secure NiFi instance. &lt;/P&gt;&lt;P&gt;I add the Remote Process Group with url [https://10.110.20.213:7070/nifi]. But it has warning as bellow
(10.110.20.213:7070  is the web ui of my NCM, 10.110.20.215:7070 is node) &lt;/P&gt;&lt;P&gt;10.110.20.215:7070
Unable to connect to &lt;A href="https://10.110.20.213:7070/nifi" target="_blank"&gt;https://10.110.20.213:7070/nifi&lt;/A&gt; due to com.sun.jersey.api.client.ClientHandlerException: java.io.IOException: HTTPS hostname wrong:  should be &amp;lt;10.110.20.213&amp;gt; &lt;/P&gt;&lt;P&gt;Where i was wrong? Thanks!&lt;/P&gt;&lt;P&gt;@Jobin George&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 16:20:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/The-Remote-Process-Group-has-warning-in-an-anthenticate/m-p/133198#M34926</guid>
      <dc:creator>zhangweigang20</dc:creator>
      <dc:date>2016-07-18T16:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: The Remote Process Group has warning in an anthenticate cluster NiFi instance</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/The-Remote-Process-Group-has-warning-in-an-anthenticate/m-p/133199#M34927</link>
      <description>&lt;P&gt;NiFi secure cluster and Site-To-Site authentication is not handled by kerberos.  NiFi kerberos authentication is only supported for user authentication.  Secure NiFi Site-To-Site communications are still handled using TLS mutual authentication.

The error you are seeing is because that TLS mutual auth is failing.  The URL you are providing the Remote Process Group (RPG) is using the IP of the target NCM. The NCM is providing its public key to your nodes for autentication and that certificate does not contain the IP as its DN or as a Subject Alternative Name (SAN).  So the source NiFi is saying the that the provided certificate shoudl contain 10.110.20.213 but instead it is providing something else.
&lt;/P&gt;&lt;P&gt;If you do a verbose listing on your keystore on the NCM you will see the contents of the key.  Look for CN=&amp;lt;some value&amp;gt; (This value is typically the hostname/FQDN.)  Use that value in the URL you are providing your RPG.  Make sure your source NiFi (In your case every Node in your NiFi cluster) can resolve that hostname to its proper IP.

The other option is to get a new certificate that has the IP added to it as a SAN.

Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 21:52:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/The-Remote-Process-Group-has-warning-in-an-anthenticate/m-p/133199#M34927</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-07-18T21:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: The Remote Process Group has warning in an anthenticate cluster NiFi instance</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/The-Remote-Process-Group-has-warning-in-an-anthenticate/m-p/133200#M34928</link>
      <description>&lt;P&gt;Thanks for your advice, Matt.&lt;/P&gt;&lt;P&gt; I fix this problem by install certificate in my node server. And the url of RPG is set &lt;A href="https://node1:7070/nifi" target="_blank"&gt;https://node1:7070/nifi&lt;/A&gt;. Then assign role to host1 by the nifi web UI.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 10:27:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/The-Remote-Process-Group-has-warning-in-an-anthenticate/m-p/133200#M34928</guid>
      <dc:creator>zhangweigang20</dc:creator>
      <dc:date>2016-07-19T10:27:17Z</dc:date>
    </item>
  </channel>
</rss>

