[
https://issues.apache.org/jira/browse/NIFI-12617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17824871#comment-17824871
]
ASF subversion and git services commented on NIFI-12617:
--------------------------------------------------------
Commit fabf6bf53633bbc0534f85d0ad7fc7c312477dab in nifi's branch
refs/heads/main from EndzeitBegins
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=fabf6bf536 ]
NIFI-12617 Set default nifi.web.https.host to localhost
This closes #8486
Signed-off-by: David Handermann <[email protected]>
> 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
> 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)