Custom Build doesn't work anymore because of Comodo WAF

Murat

Verified User
Joined
Jan 3, 2017
Messages
39
Hello,
I see that custom build doesn't work anymore if you are using Comodo WAF rules.

bash -x ./build update
I run this command to see where it stucks.

It stucks on:
+ '[' yes = yes ']'
+ '[' comodo = comodo ']'
+ '[' '!' -s /usr/local/directadmin/custombuild/versions_cwaf.txt ']'
+ wget --no-check-certificate https://waf.comodo.com/doc/comodo_versions.txt -O /usr/local/directadmin/custombuild/versions_cwaf.txt

It seems comodo waf servers are down. And custombuild stuck because of it. How can I skip comodo part and run custombuild to update other things? There's no way to complete custombuild update now.
 
Back
Top