[
https://issues.apache.org/jira/browse/NIFI-5737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16659645#comment-16659645
]
ASF GitHub Bot commented on NIFI-5737:
--------------------------------------
GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/3102
NIFI-5737: Removing need client auth property as cluster communications no
longer support it
NIFI-5737:
- Removing needClientAuth property since cluster comms now requires two way
ssl. Jetty client auth settings are based on configured features.
- Removing dead code.
- Updating documentation.
- Removing references to needClientAuth property in all test resources.
- Removing overloaded util method with strict parameter.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-5737
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/3102.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3102
----
commit b10403bc447ef47fc31dc5c3e146b4e8e87257e2
Author: Matt Gilman <matt.c.gilman@...>
Date: 2018-10-22T18:58:43Z
NIFI-5737:
- Removing needClientAuth property since cluster comms now requires two way
ssl. Jetty client auth settings are based on configured features.
- Removing dead code.
- Updating documentation.
- Removing references to needClientAuth property in all test resources.
- Removing overloaded util method with strict parameter.
----
> Client Auth property no longer used
> -----------------------------------
>
> Key: NIFI-5737
> URL: https://issues.apache.org/jira/browse/NIFI-5737
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Minor
> Fix For: 1.8.0
>
>
> With the introduction of connection based load balancing, cluster
> communications can no longer be over 1-way SSL. Currently, the client auth
> property of nifi.properties only applied to these cluster communications. If
> set to false, a cluster will fail with the following exception:
> {code}
> javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
> {code}
> This property is not used currently for site-to-site which requires it to be
> `required` (which is the proposed solution here).
> This property is not used currently for Jetty which will `require` or `want`
> it based on the configured features.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)