mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Improves the CA validation
On IIS CA validation was not working as libcurl on windows does not look for a certificate store, unless it is specified. The resource downloads are now respecting the SecRemoteRulesFailAction.
This commit is contained in:
@@ -148,8 +148,8 @@ extern DSOLOCAL unsigned long int msc_pcre_match_limit_recursion;
|
||||
|
||||
#ifdef WITH_REMOTE_RULES_SUPPORT
|
||||
extern DSOLOCAL msc_remote_rules_server *remote_rules_server;
|
||||
extern DSOLOCAL int remote_rules_fail_action;
|
||||
#endif
|
||||
extern DSOLOCAL int remote_rules_fail_action;
|
||||
|
||||
extern DSOLOCAL int status_engine_state;
|
||||
|
||||
|
Reference in New Issue
Block a user