NiFi SSL handshake exception on openjdk 11
I installed the latest docker image of NiFi in kubernetes and enable the OIDC authentication.
When authentication, I am able to enter my email address to login.microsoft but after that I am getting a ssl handshake failed when the GET request is made on graph api to get the user info.
I enable the ssl debugging the in JVM with -Djavax.net.debug=ssl,handshake and I noticed that when the handshake to login.microsoft.com is done there is another one made to graph.microsoft.com and the connexion is closed after the client hello is sent.