Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: It is not possible to use mod_nss with mod_proxy, even when proxying to an unsecured host. The reason is that mod_proxy uses some functions provided by mod_ssl to identify the protocol, enable or disable the SSL engine and to retrieve SSL variables. Version-Release number of selected component (if applicable): mod_nss-1.0.7-1.fc7 How reproducible: Every time Steps to Reproduce: 1. Setup Apache with mod_nss 2. Add a ProxyPass and ProxyPassReverse 3. Hit the server Actual results: You'll get an error about an SSL write failure in the log and a 500 in the browser. Expected results: The page to be displayed
Created attachment 231461 [details] Register the mod_ssl functions if not loaded If mod_nss is not loaded then mod_nss will register the functions needed by mod_proxy.
Committed upstream and checked into FC-6, F-7 and devel trees.
mod_nss-1.0.7-2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.
mod_nss-1.0.7-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.