Up until KNIME 4.2, I have had no problem reaching the extensions repository upon update. Now, I cannot access it. Based on the error message, there is a missing or failed certificate somewhere. Please help. I cannot use KNIME until this is fixed.
Some sites could not be found. See the error log for more detail.
Unable to read repository at https://update.knime.com/community-contributions/trusted/4.2/content.xml.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Unable to read repository at https://update.knime.com/partner/4.2/content.xml.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Unable to read repository at https://update.knime.com/analytics-platform/4.2/content.xml.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Unable to read repository at https://update.knime.com/community-contributions/4.2/content.xml.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
The message suggests that you are behind a proxy that manipulates that encrypted SSL connections and injects an unknown certificate. Also local virus scanner can lead to the same problem. It’s not an issue with our update site.
I am checking the firewall proxies with our company IT department. It is taking a while to hear back.
The curious part is injection of an unknown certificate. I suspect that’s not the actual error. The request is likely being blocked by proxy. Still, I have not had this problem with any previous version of KNIME. It only appeared when I installed 4.2.0. Best guess at this time is the list of extension api URLs (APIs) need to be added to an approved security list.
I also had this issue after upgrading to 4.2. At a client site, I am behind a Proxy.
I originally downgraded to an older version in order to continue work.
However, I gave it another crack, and found the following worked for me…
Go to File > Preferences > Install/Update > Available Software Sites
Change the Location of all the repositories, replacing “https” with “http”
Although, I guess this doesn’t really get to the root of the problem. I still had the same issue when trying to connect to data on Azure etc.
I was able to resolve by manually entering my clients proxy server into the following
Hey @ipazin, correct. The VPN software changed and now I’m getting the PKIX error. I have another machine that has our old VPN software and it works just fine. I do not currently have a proxy config other than the *.knime.com Proxy bypass in my KNIME prefs as that was sufficient previously.
Networking is not my strong suite, so what would you recommend that I look for to reconfigure KNIME correctly?