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
There seems to be an issue with micronaut-acme (or maybe acme4j itself) that is causing the intermediate certificate to not be properly returned by the server. Most web browsers contain this intermediate certificate but OpenJDK, Graal native-images, and curl on Debian 10 can't access the server.
Adding the intermediate cert to OpenJDK's cacerts file is one workaround.
There seems to be an issue with
micronaut-acme
(or maybe acme4j itself) that is causing the intermediate certificate to not be properly returned by the server. Most web browsers contain this intermediate certificate but OpenJDK, Graal native-images, and curl on Debian 10 can't access the server.Adding the intermediate cert to OpenJDK's
cacerts
file is one workaround.See micronaut-projects/micronaut-acme#156
The text was updated successfully, but these errors were encountered: