_V-IT-Systemhaus-Perl-LDAP von extern wrote:
Hi,
On 19/07/2008, _V-IT-Systemhaus-Perl-LDAP von extern
<[EMAIL PROTECTED]> wrote:
Hi *,
- Novell SLES 10 (x86_64)
- Net::LDAP 0.36
- Net::SSLeay 1.32
- openssl 0.9.8a-18.23
First thoughgt ...
SLES has some iptables filtering going by default, check whether
you can reach the port via telnet... if you get a connection refused
or a time-out, try with iptables disabled. If that works, tune your
iptables rules.
there is no firewall active at all.
telnet my_dc 636
Yes, works ok.
I can even get an LDAPS connection using openssl:
openssl s_client -connect <my_dc>:636 -CAfile <my_cafile> -ssl3
Can you write a simple program just using IO::Socket::SSL that shows the
problem? If you can, then you should ask the IO::Socket::SSL developers
about it...
Cheers,
Chris