Microsoft Authenticator node, Error PKIX path building failed

Hello!

I Recently got approvals to connect to sharepoint using the microsoft authenticator node, it was working fine until I got to the office, where when we connect to the Corporate network we get the following error message: “ERROR Microsoft Authenticator 3:4 Execute failed: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.”

The problem only occurs when connected to that specific network, when working from home, or sharing internet from our cellphones it works without issues, so that points me that is something related to network configuration, I have raised a ticket with out IT team but they are not finding whats causing the issue… can someone help me with this issue?

Hi @GQRanalytics,

your error message sounds like this video that @marvin.kickuth shared may help:

Best,
Manuel

1 Like

Hi @GQRanalytics

A quick addition/alternative in case if you’re on Windows, try appending these two parameters to the end of your knime.ini:

-Djavax.net.ssl.trustStore=NONE
-Djavax.net.ssl.trustStoreType=WINDOWS-ROOT

Details and Mac, see the thread here:

Kind regards
Marvin

4 Likes

Thanks!!! this one did the trick and Im able to connect now without issues!!!

I really didnt tested the other option of importing the certificate because was kind of advanced for me, so really dont know if it will work!!
[/quote]

3 Likes

Marvin’s solution will also survive a KNIME update in which we upgrade the JRE we ship.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.