Hello,
I'm trying to connect to our Active Directory domain to do a quick
query but I keep getting a error. I found this error in the Wiki and I
added the certs to my jssecacerts keystore but I keep getting the same
error.

My simple query is which works fine in CFMX 7
<cfldap
          server="adDomain.company.com"
          action="QUERY"
          name="qryADdata"
          start="dc=company,dc= com"
          attributes="givenname,initials,sn,dn"
          filter="(&(objectClass=*)
([email protected]))"
          scope="SUBTREE"
          port="3269"
          username="[email protected]"
          password="thePassword"
          SECURE="CFSSL_BASIC"
         />

The Error:
javax.naming.CommunicationException: simple bind failed:
adDomain.company.com:3269 [Root exception is
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]; ROOT
CAUSE=sun.security.validator.ValidatorException: PKIX path building
failed: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target

Can someone tell me if this really works?

Thanks,
Charles

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to