mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
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:
5
CHANGES
5
CHANGES
@@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user