Re: stumped

2004-11-08 Thread Ng Pheng Siong
On Mon, Nov 08, 2004 at 02:53:40PM +, Ronan wrote: > Binding to server hostname:636 > as the DN CN=administrator,CN=Users,DC=rtest,DC=qub,DC=ac,DC=uk ... > ldap_simple_bind_s: Can't contact LDAP server Several things to try: - RTFM/UTFS/ATFG to find out what "Can't contact LDAP server" means

stumped

2004-11-08 Thread Ronan
Hi i have the following ldap code which, using ssl attempts to bind to a server. === start code === if (ldapssl_clientauth_init( "./cert7.db", NULL, 0, NULL, NULL) < -1){ perror( "ldap_clientauth_init" ); return( 1 ); } /*if (ldapssl_client_init( "./cert

Re: [Fwd: Stumped Newbie] Additional Info

1999-07-10 Thread Bodo Moeller
Thomas Reinke <[EMAIL PROTECTED]>: > Juan Carlos Castro y Castro wrote: >> More information: s_client seems to work (I'm using Win98, lots of >> updates from M$ applied), but at the end of the output it hangs and if I >> press Ctrl-C I get a protection fault before returning to the DOS >> prompt.

Re: [Fwd: Stumped Newbie] Additional Info

1999-07-01 Thread Thomas Reinke
bff85046 fffe ffff 00c0 > 0001 8176a670 0001 c16254a4 005c0cb4 006ef0c8 006efe28 bffbfe14 > > Original Message > Subject: Stumped Newbie > Date: Thu, 01 Jul 1999 13:15:02 -0300 > From: Juan Carlos Castro y Castro

[Fwd: Stumped Newbie] Additional Info

1999-07-01 Thread Juan Carlos Castro y Castro
0 0001 8176a670 0001 c16254a4 005c0cb4 006ef0c8 006efe28 bffbfe14 Original Message Subject: Stumped Newbie Date: Thu, 01 Jul 1999 13:15:02 -0300 From: Juan Carlos Castro y Castro <[EMAIL PROTECTED]> Organization: APPI Informática

Stumped Newbie

1999-07-01 Thread Juan Carlos Castro y Castro
Hi. I'm trying to use openssl 0.9.3a under MS VC++ 5 (In which I am a newbie too, as much as in SSL. More used to gcc). The openssl libraries built ok, no errors (according to INSTALL.W32). I'm trying to build the small cli.c demo program as a Win32 console app, but all I get when I run it is: so