From: Chris R. <chr...@ma...> - 2002-10-08 18:36:08
|
On 8/10/02 5:50 pm, Bing Du <du...@mo...> wrote: > The result was: > ====== > start_tls return code 1-Operations error > 84-decode error 16<=>30 at > /usr/local/perl/5.6.1/lib/site_perl/5.6.1/Convert/ASN > 1/_decode.pm line 108. Interesting. It looks a bit like we're getting unexpected BER back from the server. Or we're sending the server something bad. Can you set $ldapcon->debug(12) before calling start_tls and send us the results? Alternatively, what version of the LDAP.pm file do you have? An error did slip in to start_tls a while ago relating to the message we were constructing (BER) to send to the server. We fixed it in version 1.32 of Net::LDAP.pm, and I see Graham's got another start_tls fix in version 1.34 of the same file. Cheers, Chris |