You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (Jira)" <ji...@apache.org> on 2021/02/25 19:38:00 UTC

[jira] [Created] (NIFI-8265) S2S breaks in vanilla deployments

Pierre Villard created NIFI-8265:
------------------------------------

             Summary: S2S breaks in vanilla deployments
                 Key: NIFI-8265
                 URL: https://issues.apache.org/jira/browse/NIFI-8265
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
            Reporter: Pierre Villard


Following NIFI-8221 we forced NiFi to have localhost as the default interface for HTTP. This breaks Site-to-Site with an out of the box deployment with no configuration change. If we take a reporting task and configure it to use
{code:java}
http://localhost:8080/nifi{code}
the reporting task will fail indicating that it cannot connect to 
{code:java}
http://<fqdn of host>:8080/nifi{code}
I assume there is some hostname resolution happening here that is causing this issue. The recommended solution is definitely to have a secured deployment of NiFi. Last resort is to change the HTTP listen interface property to also listen on the FQDN interface.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)