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

2016-09-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on NIFI-2772:
--

Github user asfgit closed the pull request at:

https://github.com/apache/nifi/pull/1019


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


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

2016-09-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 


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


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

2016-09-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on NIFI-2772:
--

Github user bbende commented on the issue:

https://github.com/apache/nifi/pull/1019
  
+1 verified site-to-site functionality for secure and un-secure, with raw 
and http, will merge to master


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


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

2016-09-13 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on NIFI-2772:
--

GitHub user ijokarumawak opened a pull request:

https://github.com/apache/nifi/pull/1019

NIFI-2772: Unsecure RAW Site-to-Site fails with User DN is not known



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ijokarumawak/nifi nifi-2772

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/nifi/pull/1019.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 #1019


commit 6b7266cc3e0a2aecdbb0a70b486c5adf598f36a9
Author: Koji Kawamura 
Date:   2016-09-14T00:36:46Z

NIFI-2772: Unsecure RAW Site-to-Site fails with User DN is not known




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




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)