mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
mlgoc: Adds option to enable or disable the SSL checks
Added the configuration option `InsecureNoCheckCert' to the mlogc configuration file. This option allow to establish connections ignoring SSL checks.
This commit is contained in:
@@ -96,3 +96,10 @@ ServerErrorTimeout 60
|
||||
# KeepAlive 150
|
||||
# KeepAliveTimeout 300
|
||||
|
||||
|
||||
# When set to '0', mlogc will validate the certificate and the whole
|
||||
# chain, the root certificate most be trusted. If this check fail the
|
||||
# connection will be dropped. To ignore the SSL checks, set InsecureNoCheckCert
|
||||
# to '1'
|
||||
InsecureNoCheckCert 1
|
||||
|
||||
|
Reference in New Issue
Block a user