[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
TLS Error --> Re: Log file location
Thanks Yonah.
what I have noticed is setting TLSCertificateFile and TLSCertificateKeyFile
values cause the problem. I got to know this by command line parameter -d -1
for slapd.
Part of the error message:
TLS: private key mismatch.
TLS: error:0B080074:x509 certificate routines:X509_check_private_key:key
values
mismatch x509_cmp.c:279
TLS: error:140A80BE:SSL routines:SSL_CTX_check_private_key:no private key
assign
ed ssl_lib.c:670
I got the above error while starting slapd. How do I resolve it? Besides
that in whch folder error log file is stored. IM using symas binaries.
Regards
Pravin Joshi
-----Original Message-----
From: Yonah Russ [mailto:yonah@jct.ac.il]
Sent: Sunday, October 13, 2002 07:48
To: Pravin Joshi
Cc: 'openldap-software@OpenLDAP.org'
Subject: Re: Log file location
I believe (I'm new at this also) that slapd logs to syslog. If you
haven't played around with your syslog configuration, you will probably
find your slapd messages in /var/log/messages.
You may find that running slapcat -d -1 is useful for debugging your
schema- I found it more useful than the slapd logs(even with the
loglevel set very high)
you can also run slapd -d -1 and watch the debugging in your terminal
window- also useful
Hope that helps!
yonah
On Sun, 2002-10-13 at 15:59, Pravin Joshi wrote:
> Where is the log file located by default? I have not specified it in
> slapd.conf. Please guide. Thanks.
>
> Regards
> Pravin Joshi