On Aug 18, 2008, at 9:56 AM, Gregory K.Ruiz-Ade wrote:

Anyone have any ideas why perl-ldap/Net::LDAP would be using such weaker encryption? I've got all the necessary certificates properly installed for openssl.

Is there a configuration option that changed from version 0.31 (on our RHEL/CentOS 4 systems, where everything works) to 0.33 (on our RHEL/CentOS 5 systems, where this doesn't work)?


Turns out I needed to add the option:

  ciphers => 'HIGH'

to my Net::LDAPS->new() call.

Works perfectly now.

Apparently the defaults changed somewhere in the differences between RHEL4 and RHEL5.

Gregory

--
Gregory K. Ruiz-Ade
Sr. Systems Administrator
Computer Science and Engineering
University of California, San Diego
Office: EBU3b 1216
Phone:  (858) 822-2625
E-mail: [EMAIL PROTECTED]



Reply via email to