Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100553 - openLDAP ssl Authentication fails
Summary: openLDAP ssl Authentication fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-28 00:22 UTC by gunter kreck
Modified: 2005-07-28 00:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gunter kreck 2005-07-28 00:22:55 UTC
When I use the <b>Gentoo Guide to OpenLDAP Authentication</b> and follow all in
this howto described steps to install the openLDAP Server I come to the
following command:

ldapsearch -D "cn=Manager,dc=my-domain,dc=de" -W -d 255

this command prints out the following error:

TLS certificate verification: Error, self signed certificate
tls_write: want=7, written=7
  0000:  15 03 01 00 02 02 30                               ......0
TLS trace: SSL3 alert write:fatal:unknown CA
TLS trace: SSL_connect:error in SSLv3 read server certificate B
TLS trace: SSL_connect:error in SSLv3 read server certificate B
TLS: can't connect.
ldap_perror
ldap_bind: Can't contact LDAP server (81)




Reproducible: Always
Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-28 00:30:02 UTC
(In reply to comment #0)
> TLS certificate verification: Error, self signed certificate

You cannot use self-signed certificates, this is not a bug. Set up a proper CA,
then create the certificates to be used.