Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Apache NiFi - Authentication with OpenID Connect - Not Working

avatar
Contributor

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
Contributor

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

@Bryan Bende

Any pointers would be helpful .

Thanks!!

avatar
Contributor

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

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