[
https://issues.apache.org/jira/browse/NIFI-12617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-12617:
------------------------------------
Summary: Change the default nifi.web.https.host value from 127.0.0.1 to
localhost (was: Change the default nifi.web.https.host value from 127.0.0.1 to
a host name)
> Change the default nifi.web.https.host value from 127.0.0.1 to localhost
> ------------------------------------------------------------------------
>
> Key: NIFI-12617
> URL: https://issues.apache.org/jira/browse/NIFI-12617
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Ferenc Gerlits
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)