Andy LoPresto created NIFI-7468:
-----------------------------------
Summary: Improve internal handling of SSL channels
Key: NIFI-7468
URL: https://issues.apache.org/jira/browse/NIFI-7468
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework, Extensions
Affects Versions: 1.11.4
Reporter: Andy LoPresto
Assignee: Andy LoPresto
While refactoring the TLS protocol version issue in NIFI-7407, I discovered
that some processors make use of NiFi custom implementations of
{{SSLSocketChannel}}, {{SSLCommsSession}}, and {{SSLSocketChannelInputStream}}.
These implementations break on TLSv1.3.
Further investigation is needed to determine why these custom implementations
were provided originally, whether they are still required, and why they do not
handle TLSv1.3 successfully.
Diagnostic error:
{code}
Error reading from channel due to Tag mismatch!: javax.net.ssl.SSLException:
Tag mismatch!
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)