Summary: | Semaphore amount increase until crash when enabling SSLProxyCACertificateFile | ||
---|---|---|---|
Product: | Apache httpd-2 | Reporter: | romain.fritz |
Component: | mod_ssl | Assignee: | Apache HTTPD Bugs Mailing List <bugs> |
Status: | NEW --- | ||
Severity: | normal | CC: | Baebytasyatechiq, romain.fritz, szg0000 |
Priority: | P2 | ||
Version: | 2.4.6 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Linux |
Description
romain.fritz
2015-08-27 08:02:47 UTC
I need to do mutual authentication between two httpd servers. The first server will receive connection from outside and proxy pass them to another httpd. So I activated, in the first server's virtual host the SSLProxyCACertificateFile parameter, but when I reloaded, httpd crashed. After some investigations I saw the kernel semaphore amount increasing to the maximum (2048) until the apache crash. Is it a bug or a problem in my configuration. |