[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapd + tls problem



Gavin Henry wrote:
 > # openssl req -newkey rsa:1024 -nodes -keyout key.pem -out
newreq.pem                 /*for server/client certificate building and
sing*/
# /usr/lib/ssl/misc/CA.pl -sign

I've tried using only openssl with slapd and all work very good, but not
with GnuTLS. My system is Debian Lenny.


What version of OpenLDAP?


Hi there. The problem was solved. It works fine with tls, the problem was that TLS works on port 389 not 636 (ldaps). This is the first time for me to use openldap with gnutls support. With OpenSSL works very good. Then, there was an configuration mismatch.

Thanks