SSL properly evaluated by Oracle Java instances?

Do SSL certificates issued by Let’s Encrypt fulfill requirements:

  1. Oracle Java instances (JRE or JDK) containing ‘keystore’ file, and
  2. Tools like ‘curl’ coming with their own ‘certificate store’
    properly evaluate the certificates.

Thanks.

Yes, Let’s Encrypt should work.

Specifically: https://letsencrypt.org/docs/certificate-compatibility/

Java 7 >= 7u111
Java 8 >= 8u101

However it is incompatible with
Java 7 < 7u111
Java 8 < 8u101

Depending on what your doing / version you can also add it to your own keystore. Seem’s like this article has a pretty good bit of coverage on it: https://stackoverflow.com/questions/34110426/does-java-support-lets-encrypt-certificates

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.