-
On an F1 instance, when I try to run my kernel, it indicates the peer xclbin download err: -11 and crashes the instance (the instance become unreachable even after several reboot). The problem can be …
-
I tried to test request mode with CONNECT method with this command
`c-icap-client -i 127.0.0.1 -p 1344 -s echo -f ./input.pdf -o ./toutput -req http://www.example.com -method CONNECT -no204 -v`
…
-
Hi,
I'd like to implement network file scanner on top of icap server, that will get it's responses from squid proxy.
So far I used python icap implementation, and I've decided to check c-icap …
-
Define acl in c-icap.conf :
acl FilterFileType data_type PDF PNG
icap_access deny FilterFileType
when I upload a PDF or PNG, it cannot deny the request.
![Snipaste_2021-11-24_17-28-48](https://u…
-
When running C-ICAP in TLS Mode, one of our TLS Client is not able to communicate using Ciphers ECDHE-RSA-AES128-GCM-SHA256 and ECDHE-RSA-AES256-GCM-SHA384 resulting in ICAP Communication Failure.
In…
srikr updated
2 years ago
-
## Problem Description
For a small project, my organisation runs clamav as a simple ICAP API in a restricted environment with no internet. We can though access the internet through a web proxy with…
-
I experienced various issues due to missing space, caused by an offending commit #88f6dda00e4e49faa346db2e279b0cc8b05360d3.
https://github.com/netom/pyicap/commit/88f6dda00e4e49faa346db2e279b0cc8b0…
-
This is in relation to code I am trying to fix on C-ICAP Classify (LGPL, located at https://github.com/treveradams/C-ICAP-Classify/).
I do not speak Bulgarian and many other languages I use with this…
-
**Reported by bartlettpsj on 2014-01-05 17:45 UTC**
Only the ICAP_XRESOLUTION is updated in Qt_MainForm. As a quick hack, which seems to work, I added m_pUI->SetCapValueFloat(ICAP_YRESOLUTION,val.t…
-
Hi,
I'd like to configure bitz-server with squid proxy.
squid should have callback for response method like in the following example :
icap_service service_resp respmod_precache bypass=0 icap…