Received fatal alert: certificate_unknown after upgrade to 10LTS Java 21
0
Hi all, we're attempting to upgrade to 10 LTS (from 10.18.6 -> 10.24.41, I see .42 is available now as well), including the switch from Java11 to Java21. All seems to be working except for a REST call, which results in: java.security.PrivilegedActionException: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:84) I see no SSL-related changes in the release notes or Java migration documentation. Upon restoring the previous version all works fine.