Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Apache NiFi - Authentication with OpenID Connect - Not Working

avatar
Frequent Visitor

Nifi Version - 1.4.0

I have followed the steps shared in the below article :

https://bryanbende.com/development/2017/10/03/apache-nifi-openid-connect

But after doing all the steps mentioned ,when im trying to acess nifi web url using https..

https://<ipaddress>:8083/nifi ,it throws the below error on the browser:

An error occurred during a connection to <ipaddress>:8083. Cannot communicate securely with peer: no common encryption algorithm(s). (Error code: ssl_error_no_cypher_overlap)

have i missed anything else in the configuration ?

1 ACCEPTED SOLUTION

avatar
Frequent Visitor

@Bryan Bende

Thanks for pointing out the issue ,you were right about the SSL configuration.

After it was configured correctly , it worked . Thanks

View solution in original post

3 REPLIES 3

avatar
Frequent Visitor

@Bryan Bende

Any pointers would be helpful .

Thanks!!

avatar
Frequent Visitor

@Bryan Bende

Thanks for pointing out the issue ,you were right about the SSL configuration.

After it was configured correctly , it worked . Thanks

avatar
New Member

@manisha jain

i am struggling to understand how it is supposed to work.

do the client need to authenticate with the certificate also if you are using oidc?

I thought that only a working certificate was needed in the keystore for that,

and that nothing regarding the identity was needed using oidc (given that identity

is covered by oidc).

any example of how you did configure your system would be appreciated.