From: Graham B. <gb...@po...> - 2002-01-24 15:29:14
|
On Thu, Jan 24, 2002 at 09:00:59AM -0600, Drew Raines wrote: > 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? Hm, well [APPLICATION 23] is an ExtendedRequest (which is what start_tls is) and [APPLICATION 24] is an ExtendedResponse Can you do a debug=15 and send that, it may be a decoding problem. WHat version of Convert::ASN1 do you have installed ? Graham. |