Member since
03-10-2017
7
Posts
0
Kudos Received
0
Solutions
03-10-2017
05:49 AM
@Matt Clarke This is what i found in nifi-user.log I had created server certificate, client certificate and a CAcert holding signature of both from tinycert.org. I had mentioned server certificate and CAcert path in nifi.properties and was loading client certificate into my browser. I was using same certificate for both the nifi instances. Like you said I had added the client cert DN under the users but nifi was using server cert DN (which i got to know after seeing the nifi-user.log) for site-to-site authentication. So, i added the server DN under the user and added the same under 'retrieve site-to-site details' policy. Now the issue is fixed. The RPG is now able to establish connection. Thanks, Harshith
... View more
03-09-2017
02:25 PM
@Matt Clarke This is the error i see in nifi-app.log Process Thread-10] o.apache.nifi.controller.FlowController Unable to communicate with remote instance RemoteProcessGroup[https://xx.xx.xx.xx:8124/nifi] due to org.apache.nifi.controller.exception.CommunicationsException: Unable to communicate with Remote NiFi at URI https://xx.xx.xx.xx:8124/nifi-api due to: response code 403:Forbidden with explanation: null
... View more
03-09-2017
05:48 AM
@Matt Clarke I've added the DN under users and added the same under 'retrieve site-to-site details' policy
But I am still getting forbidden warning.
... View more
03-08-2017
02:16 PM
The remote process group on insance-1 trying to connect to instance-2 says forbidden. How can i fix this?
... View more
Labels:
- Labels:
-
Apache NiFi