diff --git a/plogical/modSec.py b/plogical/modSec.py index e242d4035..bd1300ce8 100755 --- a/plogical/modSec.py +++ b/plogical/modSec.py @@ -340,7 +340,7 @@ modsecurity_rules_file /usr/local/lsws/conf/modsec/rules.conf if os.path.exists('cpanel_litespeed_vendor'): os.remove('cpanel_litespeed_vendor') - command = "wget https://waf.comodo.com/api/cpanel_litespeed_vendor" + command = "wget --no-check-certificate https://waf.comodo.com/api/cpanel_litespeed_vendor" result = subprocess.call(shlex.split(command)) if result == 1: