Issue with ColdFusion 2018 and LDAPS connection via CFLDAP

I am attempting to migrate a CF10 application to CF2018 that uses a CFLDAP call to an Active Directory server and is experiencing failures. We have already used keytool to import the AD server certificate and verified via keytool -list. In addition, we can telnet to <ip address>:636 and connect via openssl s_client -connect <ip address>:636. We use security: CFSSL_BASIC, port 636, and are getting this error on the LDAP call: Detail: One or more of the required attributes may […]