Question
LDAPs (SSL) set up simple bind failed 636
Need to switch to LDAPS (LDAP over SSL) before Microsoft turn off LDAP in January 2020 - but cannot get it to work.
- Created certificate on Cold Fusion server (checked is using ldp.exe).
- Exported it to a Base64-encoded X.509 format xxx.cer certificate file.
- Added it to the cacerts file using keytool, this being under the JVM listed in the Cold Fusion Admin page (and checked contents using -v option).
- Amended the existing cfldap tag to include port="636" and secure="CFSSL_BASIC"
- Ran test - and it failed with :
An error has occurred while trying to execute
query :simple bind failed: xxxx.xxxx:636.
One or more of the required attributes may be missing or incorrect or you do not have
permissions to execute this operation on the server.
Has anyone any ideas to fix it?
