Gérard Parat
Gérard Parat
I succeeded in building and running Squid with Cygwin on Windows 10. I downloaded source code from [Squid sources](http://www.squid-cache.org/Versions/v5/), was [squid-5.7](http://www.squid-cache.org/Versions/v5/squid-5.7-RELEASENOTES.html) I used this [archived wiki](https://docs.diladele.com/howtos/build_squid_windows/index.html) as starting base. Manually...
As stated above, I used this [archived wiki](https://docs.diladele.com/howtos/build_squid_windows/index.html) as starting base. From there, you can [download the patch](https://docs.diladele.com/_downloads/e7c04890efcea466ff9180cfb05ff54c/3-5-11.patch) for `tools.cc` file but as it is for squid-3.5.11 release, you need...
Edit for [Squid 6.1](http://www.squid-cache.org/Versions/v6/): [Apply this patch](https://github.com/squid-cache/squid/commit/a375f488cf8b8cfcf7e760ff3d2dfd8fae1a9f2a) to `src/base/RandomUuid.cc` Use this command instead of `mgr:info`: `/bin/squid/squidclient cache_object://localhost/info` Edit for [Squid 6.3](http://www.squid-cache.org/Versions/v6/) and above: `/bin/squid/squidclient cache_object://localhost/squid-internal-mgr/info`
After struggling a while, I found this discussion and understood why the recently bought ePass2003 tokens from Feitian were not working for signing and decrypting (x509 certificate used with Thunderbird)....
Hi @dengert et al, I bought this token in september 2023 on [Feitian web store](https://shop.ftsafe.us/collections/pki-identification/products/epass2003-pki). Specifications effectively indicate a FIPS-140-2 Level 3 certified token. 
There is no specific wording on the token as seen on the above picture. ``` $ /opt/testing/bin/opensc-tool --card-driver default -a --send-apdu 00:CA:01:86:00 Using reader with a card: Feitian ePass2003 00...
_Correction_, initialization worked with OpenSC 0.23.0, only sign and/or decipher failed. Otherwise, I didn't use minidriver at all. Here are the logs for: ``` $ /opt/local/bin/opensc-tool --info OpenSC 0.23.0 [gcc...
Squid is working for Windows, [follow these instructions](https://github.com/diladele/squid-windows/issues/101#issuecomment-1411186464).
Same issue with an Android 15 device. Tried with Android Studio and an Android 14 emulated device, there is no issue. Maybe related to HAL ?