Version / Release:
IPFilter v4.4
Platform / OS:
Windows 10 Home 64-bit (10.0, Build 19045), Ubuntu 22.04.1 LTS (GNU/Linux 5.15.153.1-microsoft-standard-WSL2 x86_64), Git for Windows v2.45.2
Bug description:
Update starts, then script closes itself.
Steps to reproduce:
I'm not doing any special steps. Just double clicking on my script file. But it seems this error is being logged since the start of July.
Console output:
--------------- Started: Sun Aug 4 13:29:20 TSS 2024 ---------------
Downloading I-BlockList blocklists...
Downloading blocklist 'Pedophiles'...
curl: (35) schannel: next InitializeSecurityContext failed: CRYPT_E_REVOCATION_OFFLINE (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.
An error occured while updating, aborting.
Solution:
I was creating this issue, but i also found a solution for this. Adding "--ssl-no-revoke" at this line fixes the problem:
|
CURL_OPTS=("--fail" "--location" "--silent" "--show-error" "--retry" "2" "--connect-timeout" "60") |
Version / Release:
IPFilter v4.4
Platform / OS:
Windows 10 Home 64-bit (10.0, Build 19045), Ubuntu 22.04.1 LTS (GNU/Linux 5.15.153.1-microsoft-standard-WSL2 x86_64), Git for Windows v2.45.2
Bug description:
Update starts, then script closes itself.
Steps to reproduce:
I'm not doing any special steps. Just double clicking on my script file. But it seems this error is being logged since the start of July.
Console output:
Solution:
I was creating this issue, but i also found a solution for this. Adding
"--ssl-no-revoke"at this line fixes the problem:ipfilter/ipfilter.conf
Line 43 in e22359f