Re: AD & LDAPs
From: Dmitri Gavrilov [MSFT] (dmitrig_at_online.microsoft.com)
Date: 03/30/04
- Next message: Dmitri Gavrilov [MSFT]: "Re: How to clone an instance of ADAM"
- Previous message: Derek Melber [MVP]: "Re: Group Policy processing aborted"
- In reply to: Rover: "AD & LDAPs"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Mar 2004 11:31:54 -0800
Make sure the client trusts the cert. Add the CA cert to "trusted roots"
store. Also, make sure the cert is issued to the full dns name of the
machine, and you also have to connect to this full dns name.
-- Dmitri Gavrilov SDE, Active Directory Core This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm "Rover" <bla@bla.com> wrote in message news:c4c38b$3th$1@news.cistron.nl... > Hi, > > I'm trying to config ssl for ldap, bacause i want my selfmade program to > talk ldap over ssl. We have a computer named froggy (cn=froggy , > dc=dfroggy, dc=qatesting, dc=nl) which is a windows 2003 server with AD > installed. I've tried many things to get SSL to work, and finally (dont > know how i did it) the ldp.exe program can make a ssl connect when i run > ldp.exe on froggy itself. However, when i try to create the same connection > with ldp.exe from another computer, i get this error : > > ld = ldap_sslinit("froggy", 686, 1); > Error <0x0> = ldap_set_option(hLdap, LDAP_OPT_PROTOCOL_VERSION, > LDAP_VERSION3); > Error <0x51> = ldap_connect(hLdap, NULL); > Server error: <empty> > Error <0x51>: Fail to connect to froggy. > > > error 0x51 is "server down" according to winldap.h . > > What am i missing here? I've tried installing a certificate on my client > machine by going to https://froggy:636 , and clicking "install cert." etc, > but i really dont know what i'm doing here :) When i tra a telnet to > froggy:636 its gets a connection, but terminates when i hit a key (which i > expected to happen, since a key hit is not ldap protocol :)) . So , no > firewall or whatever is in my way so it seems. Also tried googling for > answers, but just cant seem to find anything like a step by step config plan > for server and client. > > Anyone know what to do ? > > Thanks, > > JB de Rover > >
- Next message: Dmitri Gavrilov [MSFT]: "Re: How to clone an instance of ADAM"
- Previous message: Derek Melber [MVP]: "Re: Group Policy processing aborted"
- In reply to: Rover: "AD & LDAPs"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|