Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Amazon (Starfield) and Google (Globalsign) CA certificates for jdk8 #694

Closed
henrik242 opened this issue Oct 29, 2018 · 2 comments
Closed
Labels
bug Issues that are problems in the code as reported by the community

Comments

@henrik242
Copy link

henrik242 commented 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:

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)
@sxa sxa added the bug Issues that are problems in the code as reported by the community label Oct 29, 2018
@sxa
Copy link
Member

sxa commented Oct 29, 2018

Probably dup of #676

@henrik242
Copy link
Author

Yeah, looks like it. Thanks for the heads up, I'll just close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that are problems in the code as reported by the community
Projects
None yet
Development

No branches or pull requests

2 participants