Error - Knime Server Login

Hi guys. I can’t log in my knime server…

Anyone know how i can fix it?

Hi Aimarquez,

could you please provide the message from the console output as well?

Thank you,
Attila

1 Like

Error while retrieving tokens: javax.net.ssl.SSLHandshakeException: SSLHandshakeException invoking https://auth.hub.knime.com/auth/realms/knime/protocol/openid-connect/token: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

The error “PKIX path building failed” suggests that you are connecting to a web service that returns an untrusted certificate, which prevents KNIME from establishing a secure (https) connection to that service.

Since this is a connection to a KNIME service, which uses trusted certificates, you likely are behind a company proxy that replaces the SSL certificate.

To resolve this, you can try any of these:

  • Assuming the proxy certificate is preconfigured in Windows by your IT, you can use the Windows trust store. To do so, add these two lines at the end of the knime.ini within the KNIME installation folder (while KNIME isn’t running):
-Djavax.net.ssl.trustStore=NONE
-Djavax.net.ssl.trustStoreType=WINDOWS-ROOT
  • Import the required SSL certificate(s), see this video: Resolving Common KNIME Certificates Problems - YouTube
    • The certificate would be provided by your companies IT or network team.
  • Possibly change the proxy configuration you’re using (File > Preferences > General > Network Connections).

Please let us know if you have any issues with these approaches.

2 Likes

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