You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Peter Turcsanyi (Jira)" <ji...@apache.org> on 2020/12/03 17:40:00 UTC

[jira] [Created] (NIFI-8067) Fix 1-way SSL in GRPC processors

Peter Turcsanyi created NIFI-8067:
-------------------------------------

             Summary: 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
    Affects Versions: 1.12.1
            Reporter: Peter Turcsanyi
            Assignee: Peter Turcsanyi


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)