From 013da4e4960f8192051c732e21c18094bba03ce1 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Fri, 18 Sep 2020 10:39:11 +0500 Subject: [PATCH] add ius for python3 --- plogical/modSec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: