<?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: Apache Nifi first access failed in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Apache-Nifi-first-access-failed/m-p/413210#M253934</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/114383"&gt;@vafs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late reply.&lt;BR /&gt;Thanks, the tip helped.&lt;BR /&gt;I also had to replace the self-signed certificate from nifi.&lt;BR /&gt;Then I was able to access it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;bg&lt;/P&gt;&lt;P&gt;mirko&lt;/P&gt;</description>
    <pubDate>Mon, 29 Dec 2025 14:05:13 GMT</pubDate>
    <dc:creator>mimei</dc:creator>
    <dc:date>2025-12-29T14:05:13Z</dc:date>
    <item>
      <title>Apache Nifi first access failed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Nifi-first-access-failed/m-p/413184#M253913</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have installed Apache NiFi 2.7.1 on RHEL9. Unfortunately, I can't access it via a web browser (port 8443) from another computer.&lt;BR /&gt;The firewall in RHEL is configured for port 8443, and even disabling the firewall doesn't allow access.&lt;BR /&gt;The following entries appear in the nifi-app-log:&lt;/P&gt;&lt;P data-unlink="true"&gt;2025-12-17 13:27:51,876 INFO [main] org.eclipse.jetty.server.Server Started oejs.Server@6f25bf88{STARTING}[12.1.5,sto=0] @11898ms&lt;BR /&gt;2025-12-17 13:27:51,877 INFO [main] org.apache.nifi.web.server.JettyServer Started Server on https://vm-P004-4067:8443/nifi&amp;nbsp;&lt;BR /&gt;2025-12-17 13:27:51,883 INFO [main] o.a.n.runtime.StandardManagementServer Started Management Server on http://127.0.0.1:52020&amp;nbsp;&lt;BR /&gt;2025-12-17 13:27:51,884 INFO [main] org.apache.nifi.runtime.Application Started Application in 15.213 seconds (15213111810 ns)&lt;/P&gt;&lt;P&gt;In the nifi.properties file, I only specified the hostname of the Linux server in the following entry: nifi.web.https.host.&lt;BR /&gt;Does anything else need to be configured? All the example videos for installing Nifi don't mention any further configuration.&lt;BR /&gt;If you'd like me to add an excerpt from the log, please let me know.&lt;BR /&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;bg&lt;BR /&gt;Mirko&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 11:03:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Nifi-first-access-failed/m-p/413184#M253913</guid>
      <dc:creator>mimei</dc:creator>
      <dc:date>2025-12-18T11:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi first access failed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Nifi-first-access-failed/m-p/413185#M253914</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/138923"&gt;@mimei&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reaching our community.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you set&amp;nbsp;&lt;FONT face="terminal,monaco"&gt;nifi.web.https.host&lt;/FONT&gt;, that will be the only interface used for login.&amp;nbsp;&lt;BR /&gt;If for some reason it does not reply properly or respond as 127.0.0.1, the web UI will never connect. And this looks like it's what is happening in your side:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2025-12-17 13:27:51,877 INFO [main] org.apache.nifi.web.server.JettyServer Started Server on https://vm-P004-4067:8443/nifi 
2025-12-17 13:27:51,883 INFO [main] o.a.n.runtime.StandardManagementServer Started Management Server on http://127.0.0.1:52020 &lt;/LI-CODE&gt;&lt;P&gt;As you see, &lt;FONT face="terminal,monaco"&gt;vm-P004-4067&lt;/FONT&gt; it's answering on &lt;FONT face="terminal,monaco"&gt;127.0.0.1&lt;/FONT&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you can do here is leave&amp;nbsp;&lt;FONT face="terminal,monaco"&gt;nifi.web.https.host&lt;/FONT&gt; empty or specifically set the IP you want to use for the connection.&amp;nbsp;&lt;BR /&gt;Also, if you need to change the port, you can this setting:&amp;nbsp;&lt;FONT face="terminal,monaco"&gt;nifi.web.https.port&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 14:47:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Nifi-first-access-failed/m-p/413185#M253914</guid>
      <dc:creator>vafs</dc:creator>
      <dc:date>2025-12-18T14:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi first access failed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Nifi-first-access-failed/m-p/413210#M253934</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/114383"&gt;@vafs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late reply.&lt;BR /&gt;Thanks, the tip helped.&lt;BR /&gt;I also had to replace the self-signed certificate from nifi.&lt;BR /&gt;Then I was able to access it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;bg&lt;/P&gt;&lt;P&gt;mirko&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2025 14:05:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Nifi-first-access-failed/m-p/413210#M253934</guid>
      <dc:creator>mimei</dc:creator>
      <dc:date>2025-12-29T14:05:13Z</dc:date>
    </item>
  </channel>
</rss>

