Hi I’m trying to use the translation node but I’m getting below error, coudl you please help me?
WARN Webpage Retriever 4:39:0:39 Call #46 failed: javax.net.ssl.SSLHandshakeException: SSLHandshakeException invoking WARN Webpage Retriever 4:39:0:39 Call #46 failed: javax.net.ssl.SSLHandshakeException: SSLHandshakeException invoking Google Translate PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
@raymond_cal Welcome to the Forum!
It looks like you’re calling Google Translate via Webpage Retriever. That URL is intended for browser use and is not a supported API endpoint.
Since I don’t have a Google Cloud Translation API key available, I tested this instead using the DeepL Free API. Check this simple example here:
DeepL API docs:
If you still see
SSLHandshakeException / PKIX path building failed.
This points to a certificate / Java truststore issue, not the translation itself.
You may find this forum thread helpful:
And this video explains how to resolve PKIX / certificate issues in Java:
2 Likes