You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/nifi/pages/troubleshooting/index.adoc
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,12 @@ nodes:
84
84
nifi.web.https.sni.host.check: "false"
85
85
----
86
86
87
-
WARNING: Disabling SNI validation reduces security by allowing connections with mismatched hostnames.
88
-
Only use this workaround when proper certificate configuration is not feasible.
87
+
These properties control NiFi's SNI validation behavior:
88
+
89
+
* `nifi.web.https.sni.required`: When `true`, NiFi requires that HTTPS requests include an SNI certificate. Setting to `false` allows connections without SNI certificates.
90
+
* `nifi.web.https.sni.host.check`: When `true`, NiFi validates that the SNI certificate's hostname matches the incoming request's hostname. Setting to `false` disables this hostname matching check.
91
+
92
+
WARNING: Disabling SNI validation reduces security by allowing connections with mismatched hostnames. Only use this workaround when proper certificate configuration is not feasible.
89
93
90
94
== `authorization_request_not_found` when using multiple NiFi nodes
0 commit comments