[
https://issues.apache.org/jira/browse/NIFI-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15490594#comment-15490594
]
ASF subversion and git services commented on NIFI-2772:
-------------------------------------------------------
Commit bc005e3398c2a73b8149d85fd3598dd4b5616b11 in nifi's branch
refs/heads/master from [~ijokarumawak]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=bc005e3 ]
NIFI-2772: Unsecure RAW Site-to-Site fails with User DN is not known
This closes #1019.
Signed-off-by: Bryan Bende <[email protected]>
> Unsecure RAW Site-to-Site fails with User DN is not known
> ---------------------------------------------------------
>
> Key: NIFI-2772
> URL: https://issues.apache.org/jira/browse/NIFI-2772
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.1.0
> Reporter: Koji Kawamura
> Assignee: Koji Kawamura
> Priority: Blocker
> Fix For: 1.1.0
>
>
> If Site-to-Site is configured unsecure (nifi.remote.input.secure=false), then
> Site-to-Site client using RAW transport protocol fails with following error:
> {code}
> [main] ERROR org.apache.nifi.remote.client.socket.EndpointConnectionPool -
> EndpointConnectionPool[Cluster URL=http://localhost:9444/nifi] failed to
> communicate with Peer[url=nifi://localhost:10444,CLOSED] due to
> org.apache.nifi.remote.exception.HandshakeException: Received unexpected
> response User Not Authorized: User DN is not known
> [main] ERROR org.apache.nifi.remote.client.socket.EndpointConnectionPool -
> org.apache.nifi.remote.exception.HandshakeException: Received unexpected
> response User Not Authorized: User DN is not known
> at
> org.apache.nifi.remote.protocol.socket.SocketClientProtocol.handshake(SocketClientProtocol.java:179)
> at
> org.apache.nifi.remote.protocol.socket.SocketClientProtocol.handshake(SocketClientProtocol.java:105)
> at
> org.apache.nifi.remote.client.socket.EndpointConnectionPool.getEndpointConnection(EndpointConnectionPool.java:240)
> at
> org.apache.nifi.remote.client.socket.SocketClient.createTransaction(SocketClient.java:127)
> {code}
> This is a regression caused by NIFI-2718.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)