From: Chris R. <chr...@ma...> - 2002-12-14 19:13:22
|
On 14/12/02 6:49 pm, Eric Nichols <eri...@di...> wrote: > Just started using ldaps on winxp, excellent work Chris! > > I had a quick question, is there a way (once connected) to find out what > ciphers the LDAP server supports or should I be checking into openssl docs? > Thanks > Eric Glad it works! There's no standard way in LDAP. Some servers might publish this information in an attribute of the root DSE, but this isn't standardised anywhere. There might be something you can do at the SSL layer. Does IO::Socket::SSL/Net::SSLeay give any clues? Cheers, Chris |