Ferenc Gerlits created NIFI-12617:
-------------------------------------
Summary: Change the default nifi.web.https.host value from
127.0.0.1 to a host name
Key: NIFI-12617
URL: https://issues.apache.org/jira/browse/NIFI-12617
Project: Apache NiFi
Issue Type: Improvement
Reporter: Ferenc Gerlits
As of NiFi 2.0.0-M1, it is no longer possible to connect to NiFi on
{{{}[https://127.0.0.1:8443|https://127.0.0.1:8443/]{}}}, but the default
{{nifi.properties}} file still contains
{noformat}
nifi.web.https.host=127.0.0.1{noformat}
and (therefore?) the log file still says
{noformat}
2024-01-16 14:21:26,375 INFO [main] org.apache.nifi.web.server.JettyServer NiFi
has started. The UI is available at the following URLs:
2024-01-16 14:21:26,375 INFO [main] org.apache.nifi.web.server.JettyServer
https://127.0.0.1:8443/nifi{noformat}
The default could be changed from {{127.0.0.1}} to (for example)
{{{}localhost{}}}, to make the life of novice users easier, and to reduce the
number of complaints coming from us.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)