[
https://issues.apache.org/jira/browse/NIFI-8067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258810#comment-17258810
]
ASF subversion and git services commented on NIFI-8067:
-------------------------------------------------------
Commit 584adc3b917a015b20171b473f2b677343d01779 in nifi's branch
refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=584adc3 ]
NIFI-8067 - Fix 1-way SSL in GRPC processors
Signed-off-by: Pierre Villard <[email protected]>
This closes #4733.
> Fix 1-way SSL in GRPC processors
> --------------------------------
>
> Key: NIFI-8067
> URL: https://issues.apache.org/jira/browse/NIFI-8067
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.12.1
> Reporter: Peter Turcsanyi
> Assignee: Peter Turcsanyi
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> 1-way SSL is broken due to a change in NIFI-7407:
> SslContextFactory.createSslContext() checks that the truststore must be given
> when the keystore is given, but the presence of the truststore would turn on
> 2-way SSL. For this reason 1-way SSL cannot be configured currently.
> The previous behavior can be restored by refactoring to remove the call to
> createSslContext() and removing the unnecessary references to
> SSLContext.getProvider().
--
This message was sent by Atlassian Jira
(v8.3.4#803005)