You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Koji Kawamura (JIRA)" <ji...@apache.org> on 2016/09/14 01:05:20 UTC

[jira] [Updated] (NIFI-2772) Unsecure RAW Site-to-Site fails with User DN is not known

     [ https://issues.apache.org/jira/browse/NIFI-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Kawamura updated NIFI-2772:
--------------------------------
    Description: 
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.

> 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)