We have 1 application written in JAVA. The server is Windows Server 2012 R2.
We have written a plugin for a online service which uses your certificate.
Java doesn’t like the certificate. Can anyone advice how to make java be friendly with Let Encrypt certificates?
The IdenTrust root certificate used by Let’s Encrypt was added to Java only recently, I believe with 1.8.0u101. If possible, upgrading to that version should work.
You can also manually import the certificates in Java’s trust store. This gist has an example of that.
Hi,
Upgrading to latest build of Java_8_102 as pfg suggested, worked for me…
I don’t use the certificate in application, we developed a plugin for a webservice which uses Letencrypt certificates (java didn’t recognized these certificates), but as I said above just upgrading to latest java version solved the problem.