GithubHelp home page GithubHelp logo

Comments (3)

yoroto avatar yoroto commented on August 19, 2024

Hi Joe,

Thank you for reporting the issue!

I looked into it and the reason you received that warning was because the certs store of Corretto does not include the 'Thawte Timestamping CA' cert (https://www.thawte.com/roots/) while both Oracle and AdoptOpenJDK have. The cert store in Corretto is the same as Amazon Linux.

You can manually import the cert into your cert store using keytool:

keytool -import -trustcacerts -keystore <path to cacerts> -alias verisigntsaca -file TimestampCA.cer -storepass changeit

Please let me know whether it fixed your issue! If you have any other concern or thought about the cert store, please also let us know! Thanks!

Letu

from corretto-8.

prevoj avatar prevoj commented on August 19, 2024

Thanks, I got it to work but not by using that CA certificate. I had to get the UTN-USERFirst-Object CA from https://www.tbs-certificates.co.uk/FAQ/en/97.html to get the warning to go away. I checked and both Oracle and AdoptOpenJDK have it but Corretto doesn't.

While it is now fixed for me, it would be nice if Corretto's cacerts file contained the same base set of certs as the other JDKs do (and extras added by Corretto would be fine as long as the "standard" set is there). Missing certs does not make Corretto a drop-in replacement. I alone had to burn a couple of days fixing this. Comodo is one of the most popular code signing vendors out there so no doubt, many others will run into this same problem too.

All that being said, I want to thank Amazon for providing us with Corretto as an option and for you, Letu, for helping me figure out the problem.

from corretto-8.

davecurrie avatar davecurrie commented on August 19, 2024

@prevoj I addressed the cacert issue in #59. Bottom line, we'll look into it but there isn't a definitive solution to cacerts not being in-sync unless they become something managed in the open. We are looking into how to keep the delta low in the future though.

from corretto-8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.