Fix remote resources download while hosting SSL site on Apache

As reported by Christian Folin and Walter Hop on our dev mailing list, Apache
mod_ssl was failing if a remote resource was utilized. That was happening
because Curl clean up was also cleaning up the OpenSSL data used by mod_ssl.
This patch moves Curl initialization to happens while ModSecurity is
initialized.
This commit is contained in:
Felipe Zimmerle
2014-11-27 08:36:32 -08:00
parent 23823bb2c3
commit 87a401af05
3 changed files with 19 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
DD mmm YYYY - 2.9.????? (To be released)
-----------------------
* Remote resources loading process is now failing in case of HTTP error.
[Walter Hop and ModSecurity team]
* Fixed start up crash on Apache with mod_ssl configured. Crash was happening
during the download of remote resources.
[Christian Folini, Walter Hop and ModSecurity team]
* Curl is not a mandatory dependency to ModSecurity core anymore.
[Rainer Jung and ModSecurity team]