Bug 848954
| Summary: | Putting private key first in SSLProxyMachineCertificateFile causes segfault | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Orion Poplawski <orion> |
| Component: | httpd | Assignee: | Jan Kaluža <jkaluza> |
| Status: | CLOSED ERRATA | QA Contact: | Zbysek MRAZ <zmraz> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.3 | CC: | ebenes, jkaluza |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | httpd-2.2.15-17.el6 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: mod_ssl presumed the private key is set after the certificate in SSLProxyMachineCertificateFile.
Consequence: httpd crashed if the private key had been set before the certificate in SSLProxyMachineCertificateFile.
Fix: mod_ssl was fixed to check if the private key was set before the certificate.
Result: mod_ssl does not crash in this situation and prints error message instead.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-21 10:17:45 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: | |||
|
Description
Orion Poplawski
2012-08-16 22:34:52 UTC
Fixed upstream. http://svn.apache.org/viewvc?view=revision&revision=1374214 Thanks for the report, Orion. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0512.html |