Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The nifi.web.proxy.host property provides optional DNS names for NiFi running behind a reverse proxy or gateway, and the automated certificate generation process considers property values when adding DNS Subject Alternative Names.
Recent updates to remove the optional port element set a maximum length of 64 characters for the entire DNS address, which is the limit for a label, but an not the entire address according to RFC 1035. The length limitation should be changed to 255 as described in RFC 1035 Section 2.3.4.
Attachments
Issue Links
- is caused by
-
NIFI-13823 Inconsistency between nifi.web.proxy.host format and TLS SubjectAlternativeNames
- Resolved
- links to