You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
The following error happens running integration tests when App Engine APIs aren't enabled. The fix is to browse to Cloud Console and enable App Engine API. It does not happen for projects that already enabled or have App Engine applications. The biggest problem is the error isn't obvious and took my team 3 days to figure out.
Error:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
The text was updated successfully, but these errors were encountered:
I am having a similar issue. The service account JSON path is correct on my machine and a NodeJS script using the same service account JSON can send messages. The Java code cannot properly connect to it and make a subscription. I have double checked the IAM permissions for the SA and the topic permissions for the topic look correct.
The following error happens running integration tests when App Engine APIs aren't enabled. The fix is to browse to Cloud Console and enable App Engine API. It does not happen for projects that already enabled or have App Engine applications. The biggest problem is the error isn't obvious and took my team 3 days to figure out.
Error:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
The text was updated successfully, but these errors were encountered: