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

Problem with SSL enabled slapd



Dear all:

I want to enable ssl supported on slapd.
Following the reference I've got. I modified the slapd.conf with three
lines as follows:

TLSCipherSuite HIGH:MEDIUM:+SSLv2
TLSCertificateFile /usr/share/ssl/certs/slapd.pem
TLSCertificateKeyFile /usr/share/ssl/certs/slapd.pem

But..... I can't start my slapd anymore. The slapd just exited
immediately when I start by command ./slapd -h "ldaps://127.0.0.1/".

ps. I can normally start up my slapd without extra ssl configuration.

the reference I got is from: http://online.securityfocus.com/infocus/1428

Best reguards.