Put in the full path to the cert file.

Kevin

>>> [EMAIL PROTECTED] 04/11/01 06:39AM >>>
I am working with a Netscape 3.51 LDAP server running Unix.  Our site is on
NT 4.0 IIS, CF Server 4.51 SP2.  I am trying to hit this "anonymous" server
with CFLDAP and the attribute SECURE="CFSSL_Basic, their-cert.db".  The PORT
is 636 (standard SSL port for LDAP).  I have tried every path I can think of
to hit their cert, but keep getting the error that it can not find it.
Hell, I can't even connect to their server with CFLDAP.  I can hit it
through IE, and Netscape's address book, but not through CF.  Although the
log files on the server are saying that I'm hitting it.  I'm at a loss, any
thoughts?  Code:

<CFLDAP ACTION="QUERY" NAME="results" 
        ATTRIBUTES="o,ou" START="o=foo,ou=foodept" 
        SERVER="their.server.navy.mil" PORT="636" SORT="ou ASC"
SECURE="CFSSL_Basic, their-cert.db">
                
<TABLE> 
        <CFOUTPUT QUERY="results" STARTROW="1" MAXROWS="10"> 
                <TR> 
                        <TD>#TRIM(ou)#</TD> 
                        <TD>#TRIM(o)#</TD> 
                </TR> 
        </CFOUTPUT> 
</TABLE>

-----Original Message-----
From: Costas Piliotis [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 10, 2001 5:46 PM
To: CF-Talk
Subject: RE: OT - CFLDAP


I've worked with CFLDAP...

Dunno about the ports though...  Wazzup?

-----Original Message-----
From: Frank Gragnano [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 10, 2001 12:53 PM
To: CF-Talk
Subject: OT - CFLDAP



        Didn't get any response before, so I'm trying again.  I too have hit
every major list/forum about this.  Has anyone here even worked with CFLDAP?
Scott helped me out briefly last time, but it was nothing I hadn't tried.
I'm having difficulty getting to a certificate through the tag.  It's an
older LDAP server so I know I can not modify records, but I can't even see
the cert.  It's an SSL server running a 512 bit key, not 128.  Does anyone
know of any issues CFLDAP may have supporting a legacy system with a 512 bit
key? Does the SECURE attribute of CFLDAP support anything other than 128?
Anyone...anytime...ever worked with CFLDAP?  I'll even take a "No, go away
you're pissing us off".  I'm not proud.......  Help!!! 


> Frank T. Gragnano
>   IS/Web Specialist
>   EDO Corporation - Combat Systems
>   (757) 424 - 1004 ext. 321
>   [EMAIL PROTECTED] 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to