Begin forwarded message:
From: "Mudry, Robert (N-aerotek)" <[EMAIL PROTECTED]>
Date: 27 January 2004 00:12:56 GMT
To: [EMAIL PROTECTED]
Subject: IO::Socket::SSL: connect: Invalid argument at
Message-Id: <[EMAIL PROTECTED]>
Hi!
I'm going bonkers and I was hoping you can help me. I appreciate any time you can lend me--I know you must have a ton of stuff to do!
I'm trying to get Net::LDAPS to work on one of my HP servers. It is already working one of my Sun servers.
Perl 5.8 OpenSSL 0.9.6b Net::SSLeay 1.10 IO::Socket::SSL 0.92 Perl-ldap 0.2701
Sorry for the strange version selections, but compiling some of the newer packages on our HP has been increasingly difficult.
Anyway, the "make test" for IO::Socket::SSL runs flawlessly. But a quick test produces this error on our HP. Works fine on the Sun server.
#!/usr/bin/perl
use Net::LDAPS;
$ldap = new Net::LDAPS( "our.server.com" ) or die "$@";
$mesg = $ldap->bind( dn => "cn=Directory Manager", password => "xxxxxxxx", version => 3 );
$ldap->unbind;
# ./ldaps-test.pl IO::Socket::SSL: connect: Invalid argument at ./ldaps-test.pl line 5.
Any idea what could cause this "Invalid argument" message so I can try to debug further? I was hoping to find a version difference between the working Sun and the non-working HP, but everything seems to sync up fine...
Thanks again, I appreciate your time, even if it is to just say you don't know. :)
-Robert