<?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: Access Nifi Registry bucket hosted on a server from a locally hosted Nifi instance using client certificates in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Access-Nifi-Registry-bucket-hosted-on-a-server-from-a/m-p/374746#M242121</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/105315"&gt;@Kiranq&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;What version of Java is your NiFi using?&lt;BR /&gt;&lt;BR /&gt;Sharing the output for your NiFi-Registry configured keystore and truststore in the nifi-registry.properties file would help.&lt;BR /&gt;Sharing the keystore and truststore configured in your NiFi registry client would help as well.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./keytool -v -list -keystore &amp;lt;keystore or trustsore&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;You can also use openssl to see what is sent from the server (NiFi-Registry) to client (NiFi) in the initial TLS exchange.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./openssl s_client -connect &amp;lt;nifi-regisry hostname&amp;gt;:&amp;lt;NiFi-Registry port&amp;gt; -showcerts&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Matt&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 15:11:28 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2023-07-31T15:11:28Z</dc:date>
    <item>
      <title>Access Nifi Registry bucket hosted on a server from a locally hosted Nifi instance using client certificates</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Access-Nifi-Registry-bucket-hosted-on-a-server-from-a/m-p/374581#M242038</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Nifi Registry is hosted on a server and is configured using client certificates and I have my Nifi instance hosted locally on my machine also using client certificates.&lt;BR /&gt;I am encountering this issues when I try to access buckets created in Nifi Registry from my Nifi instance:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kiranq_0-1690481234734.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/38113iE63F4CD9C80441EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kiranq_0-1690481234734.png" alt="Kiranq_0-1690481234734.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More details of Nifi client certificates:&lt;BR /&gt;Owner: CN=localhost, OU=NIFI&lt;BR /&gt;Issuer: CN=localhost, OU=NIFI&lt;BR /&gt;&lt;BR /&gt;More details of Nifi Registry client certificates:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Owner: CN=&amp;lt;dns&amp;gt;, OU=NIFI&lt;BR /&gt;Issuer: CN=localhost, OU=NIFI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read somewhere that the issuer of&amp;nbsp;&lt;SPAN&gt;NiFi Registry cert, should be the owner of the trusted cert in NiFI's truststore and same is the case in my issue but even then, I cant access Nifi registry from my NIfi instance.&lt;BR /&gt;&lt;BR /&gt;Can anyone point out any technical issues or suggest where I am going wrong?Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 18:09:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Access-Nifi-Registry-bucket-hosted-on-a-server-from-a/m-p/374581#M242038</guid>
      <dc:creator>Kiranq</dc:creator>
      <dc:date>2023-07-27T18:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Access Nifi Registry bucket hosted on a server from a locally hosted Nifi instance using client certificates</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Access-Nifi-Registry-bucket-hosted-on-a-server-from-a/m-p/374653#M242078</link>
      <description>&lt;P&gt;Awaiting response.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 18:30:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Access-Nifi-Registry-bucket-hosted-on-a-server-from-a/m-p/374653#M242078</guid>
      <dc:creator>Kiranq</dc:creator>
      <dc:date>2023-07-29T18:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Access Nifi Registry bucket hosted on a server from a locally hosted Nifi instance using client certificates</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Access-Nifi-Registry-bucket-hosted-on-a-server-from-a/m-p/374695#M242103</link>
      <description>&lt;P&gt;as far as I can tell from your error message, your problem is related to your security certificates. I am no expert here, but maybe you can await for a response from &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/95503"&gt;@steven-matison&lt;/a&gt;.&lt;BR /&gt;&lt;BR /&gt;While you do that, I strongly recommend you to go through the following two links, as they are eye-opening when it comes to working with certificates:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Community-Articles/NIFI-SSL-in-Modern-Versions-of-NiFi/ta-p/371937" target="_blank"&gt;https://community.cloudera.com/t5/Community-Articles/NIFI-SSL-in-Modern-Versions-of-NiFi/ta-p/371937&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/Configure-StandardSSLContextService-for-Elasticsearch/m-p/302719" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/Configure-StandardSSLContextService-for-Elasticsearch/m-p/302719&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 06:30:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Access-Nifi-Registry-bucket-hosted-on-a-server-from-a/m-p/374695#M242103</guid>
      <dc:creator>cotopaul</dc:creator>
      <dc:date>2023-07-31T06:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Access Nifi Registry bucket hosted on a server from a locally hosted Nifi instance using client certificates</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Access-Nifi-Registry-bucket-hosted-on-a-server-from-a/m-p/374746#M242121</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/105315"&gt;@Kiranq&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;What version of Java is your NiFi using?&lt;BR /&gt;&lt;BR /&gt;Sharing the output for your NiFi-Registry configured keystore and truststore in the nifi-registry.properties file would help.&lt;BR /&gt;Sharing the keystore and truststore configured in your NiFi registry client would help as well.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./keytool -v -list -keystore &amp;lt;keystore or trustsore&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;You can also use openssl to see what is sent from the server (NiFi-Registry) to client (NiFi) in the initial TLS exchange.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./openssl s_client -connect &amp;lt;nifi-regisry hostname&amp;gt;:&amp;lt;NiFi-Registry port&amp;gt; -showcerts&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 15:11:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Access-Nifi-Registry-bucket-hosted-on-a-server-from-a/m-p/374746#M242121</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-07-31T15:11:28Z</dc:date>
    </item>
  </channel>
</rss>

