Description
Background
There was a bigger refactor in NIFI-12125 that affected the HeadlessNiFiServer code base.
Issue
The sslContext that we pass to the FlowController is always null as the used SslContextConfiguration fields are not populated by any part of the code.
Possible Solution
Use FrameworkSslContextProvider.loadSslContext in the HeadlessNiFiServer that populates the FrameworkSslContextHolder object and return the SSL context as well.
Attachments
Attachments
Issue Links
- links to