Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.7.0
Description
The NiFiHostnameVerifier does not handle wildcard certificates or complex SubjectAlternativeNames. It should be replaced with a more full-featured implementation, like OkHostnameVerifier from okhttp or DefaultHostnameVerifier from http-client. Either of these options requires introducing a new Maven dependency to nifi-commons and requires further investigation.
*Note: * the sun.net.www.protocol.httpsDefaultHostnameVerifier simply returns false on all inputs and is not a valid solution.
Attachments
Issue Links
- Is contained by
-
NIFI-5458 Improve NiFi TLS and certificate management
- Resolved
- links to