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
It looks like the jdk8 builds (at least hotspot) lacks CA certificates that are used for Amazon AWS / Starfield (e.g kinesis.eu-west-1.amazonaws.com) and Google / Globalsign (e.g oauth2.googleapis.com and accounts.google.com).
Any plans on adding these?
The problem is not present with jdk10 and 11. Also, Oracle's jdk8 builds work fine.
Example exception:
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
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1964)
The text was updated successfully, but these errors were encountered:
sxa
added
the
bug
Issues that are problems in the code as reported by the community
label
Oct 29, 2018
It looks like the jdk8 builds (at least hotspot) lacks CA certificates that are used for Amazon AWS / Starfield (e.g kinesis.eu-west-1.amazonaws.com) and Google / Globalsign (e.g oauth2.googleapis.com and accounts.google.com).
Any plans on adding these?
The problem is not present with jdk10 and 11. Also, Oracle's jdk8 builds work fine.
Example exception:
The text was updated successfully, but these errors were encountered: