Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0
Description
m-hogue added a RestrictedSSLContextService in NIFI-2528 due to discussions regarding the baseline TLS protocol versions that are supported as of NiFi 1.2.0. The ListenHTTP processor was updated to require this new interface, but other Listen* processors and services need to be updated as well.
From discussion on PR 1986:
Also, as @joewitt noted earlier, we should change the available interface for other "listener" processors. Here's a preliminary list I put together, but I would like confirmation from another member:
- `HandleHTTPRequest`
- `ListenBeats`
- `DistributedCacheServer`/`DistributedSetCacheServer`/`DistributedMapCacheServer`
- `ListenSMTP`
- `ListenGRPC`
- `ListenLumberjack` (Deprecated)
- `ListenRELP`
- `ListenSyslog`
- `ListenTCP`/`ListenTCPRecord`
Also:
- `AbstractSiteToSiteReportingTask`
- `org.apache.nifi.processors.slack.TestServer`
- `WebSocketService`/`JettyWebSocketService`
Attachments
Issue Links
- is related to
-
NIFI-2528 Update ListenHTTP to honor SSLContextService Protocols
- Resolved
- links to