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)

Reply via email to