This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new fabf6bf536 NIFI-12617 Set default nifi.web.https.host to localhost
fabf6bf536 is described below

commit fabf6bf53633bbc0534f85d0ad7fc7c312477dab
Author: EndzeitBegins <16666115+endzeitbeg...@users.noreply.github.com>
AuthorDate: Fri Mar 8 16:03:46 2024 +0100

    NIFI-12617 Set default nifi.web.https.host to localhost
    
    This closes #8486
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 nifi-docs/src/main/asciidoc/administration-guide.adoc                   | 2 +-
 .../nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc 
b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index 72e073c652..e8efbb457c 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -3839,7 +3839,7 @@ For example, to provide two additional network 
interfaces, a user could also spe
 `nifi.web.http.network.interface.eth1=eth1` +
 +
 Providing three total network interfaces, including  
`nifi.web.http.network.interface.default`.
-|`nifi.web.https.host`|The HTTPS host. The default value is `127.0.0.1`.
+|`nifi.web.https.host`|The HTTPS host. The default value is `localhost`.
 |`nifi.web.https.port`|The HTTPS port. The default value is `8443`.
 |`nifi.web.https.port.forwarding`|Same as `nifi.web.http.port.forwarding`, but 
with HTTPS for secure communication. It is blank by default.
 |`nifi.web.https.ciphersuites.include`|Cipher suites used to initialize the 
SSLContext of the Jetty HTTPS port.  If unspecified, the runtime SSLContext 
defaults are used.
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
index 56aeebfd4a..63e7308f24 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/pom.xml
@@ -121,7 +121,7 @@
         <nifi.web.http.host />
         <nifi.web.http.port />
         <nifi.web.http.network.interface.default />
-        <nifi.web.https.host>127.0.0.1</nifi.web.https.host>
+        <nifi.web.https.host>localhost</nifi.web.https.host>
         <nifi.web.https.port>8443</nifi.web.https.port>
         <nifi.web.https.network.interface.default />
         <nifi.web.https.application.protocols>h2 
http/1.1</nifi.web.https.application.protocols>

Reply via email to