From: Drew R. <dr...@ra...> - 2002-01-24 15:01:04
|
Drew Raines: > > > > my $mesg = $ldap->start_tls( verify=>'optional', > > cafile=>"$cafile" ); > > error_msg( $mesg->code . "/" . $mesg->error ); Graham Barr <gb...@po...>: > > I don't see an Operations error here. The received packet has a code > of 0x00 which is success Hmm. I must not have successfully logged the debugging info. $mesg->code is 1 and $mesg->error is "Operations error" when I run my application. Perhaps the output I showed was just for the creation of the ldap object? Which works fine, hence the 0 return code. How do I debug the start_tls problem? -- Drew |