Bug 842022
Summary: | slapd refuses to set up TLS with self-signed PEM certificate | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miloslav Trmač <mitr> | ||||
Component: | openldap | Assignee: | Jan Vcelak <jvcelak> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 17 | CC: | jsynacek, jvcelak, rmeggins, tsmetana | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | openldap-2.4.31-7.fc17 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-08-09 23:20:19 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Miloslav Trmač
2012-07-20 22:13:45 UTC
> "peer's certificate issuer has been marked as not trusted" makes no sense to me: This is implicit error message from Mozilla NSS when the certificate validation fails. It obviously doesn't differentiate between the sides of the connection. > -8172:Peer's certificate issuer has been marked as not trusted by the user. Looks like the recent changes introduced a problem with self-signed certificates. We ignore unknown cert issuer in the described situation. But in this case we in fact have the issuer certificate but it does not have appropriate trust flags. I thought that setting the certificate as TLSCACertificateFile would solve it. But it didn't. I do not know why. I will take a look at it more deeply. I suppose that your configuration did work with older OpenLDAP builds. Am I right? Upstream report and patch submission: http://www.openldap.org/its/index.cgi?findid=7331 Should be resolved in openldap-2.4.31-7.fc17 openldap-2.4.31-7.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/FEDORA-2012-10873/openldap-2.4.31-7.fc17 Package openldap-2.4.31-7.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing openldap-2.4.31-7.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-10873/openldap-2.4.31-7.fc17 then log in and leave karma (feedback). (In reply to comment #1) > I suppose that your configuration did work with older OpenLDAP builds. Am I > right? Yes, it used to work. And I confirm rawhide openldap-2.4.31-7.fc18 works again. Thanks for the fast fix! openldap-2.4.31-7.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |