> We have a ldap server and I need to connect this server and get > information from him. I connect it with a perl program. > I need to do it with a secure connection. > I undestand that I need to use LDAPS, Do I also need to install > IO::Socket:SSL?
Yes you do. If you have problems connecting, you might want to try explicitly setting the cipher. See my posts from this week about TLS and SSL. -D