Jedihomer Townend
07/25/2022, 2:41 PMCaused by: javax.naming.CommunicationException: simple bind failed: {redacted}:636 [Root exception is <http://javax.net|javax.net>.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target],
which suggests it's not using/seeing the certificate?Jedihomer Townend
07/25/2022, 2:44 PM$LUCEE_HOME/server/lucee-server/context/security/cacerts
and a dev container running FR says it's using that truststoreDaniel Mejia
07/29/2022, 4:46 PMJedihomer Townend
08/01/2022, 8:35 AM-<http://Djavax.net|Djavax.net>.ssl.trustStore=/opt/lucee/server/lucee-server/context/security/cacerts
to our Java properties. With that there the requests worked.