I am trying to connect to Active Directory that is using SSL to verify a
person's user name and password. <cfldap action='QUERY' name='TestQ'
start='dc=mycomp,dc=org' attributes='dn, userprincipalname'
scope='SUBTREE' filter='(&amp;(objectclass=*))'
server='myserver' username='#user#' password='#pass#' Port='636'
secure='CFSSL_BASIC,F:\Inetpub\wwwroot\Apps_Test\a dldap02_Export.pfx'> I keep
getting the following error: LDAP SSL pre-connection setup failed What is the
cause of this error?