Re: How to force openldap to use TLSv1?
huican <[email protected]> Wed, 17 Feb 2010 14:39:37 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <f157cdc1-291a-45b8-a94d-92c1db080499@s25g2000prd.googlegroups.com> |
As I read the Mozilla LDAP C SDK Programmer's Guide at: http://www.mozilla.org/directory/csdk-docs/ssl.htm#how_ssl_works_with_ldap, It says: "The Mozilla LDAP C SDK only supports SSL 3.0 and does not support the Start Transport Layer Security (TLS) Operation." Does it means the current ldap c-sdk not supporting TLSv1? If it is the case, is there any milestone to support TLSv1? Thanks a lot for your reply. On Feb 17, 3:52 pm, huican <[email protected]> wrote: > On Feb 17, 2:12 pm, huican <[email protected]> wrote: > > > > > Hello, > > > A dummy question.. > > > Can I force the openldap to use the TLSv1 when doing SSL connection? > > > I tried to add the line such as: TLSCipherSuite TLSv1+RSA in > > slapd.conf (and also tried to add it on ldap.conf for ldapsearch), but > > it doesn't take effect, and it seems always use the SSLv3? > > > .... > > TLS trace: SSL_accept:SSLv3 read client hello A > > TLS trace: SSL_accept:SSLv3 write server hello A > > TLS trace: SSL_accept:SSLv3 write certificate A > > TLS trace: SSL_accept:SSLv3 write server done A > > > Anywhere else I should config it? > > I am using openldap 2.2.5, probably it is a little bit out-of-dated.