Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing certificate for SSL use in LDAP...

Status
Not open for further replies.

Ross1811

MIS
Oct 1, 2004
122
0
0
US
Hi Everyone,

I am trying to make an LDAP query with SSL, my query connects without SSL, in my code. I have SSL setup on the server that it is talking to, that works correctly, confirmed it with the LDAP browser provided by Microsoft. The problem is that it does not connect with my code that is at port 636 and CFBasic, I am suppose to import the CA certificate or ldap certificate so ColdFusion understands it with this command -->
--------------------------
X:\CFusionMX7\runtime\jre\bin\keytool.exe -import -keystore cacerts -file {C:\web.cer} -alias ldapserver-cert -storepass xxxxxxx

//XXXX means password provided
--------------------------
It gives me an error stating it cannot find the file, the file is there, i checked it, Any ideas on what the heck I am missing in this? Macromedia also states that I should import the CA certificate or the ldap certificate(where are they usually located on a enterprise certificate server?????), can I use any certifcate? I checked with ColdFusions website the code is exact for the import command. I am kinda lost at this point.


Thanks,
Ross




 
I used secure="cfssl_basic" instead of CFBasic, I am still having the problem though, did not want anyone to think it was that
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top