On 31/07/24 18:05, Jonathan Lee wrote:
The error it shows when I activate IPv6 only mode not dual stack is
There is no "IPv6 only mode" in Squid. What do you mean?
Error: no forward proxy ports configured
In the config you showed earlier all of your IPv6 listening ports use
the "interce
Does it require
acl localnet src fc00::/7
acl localnet src fe80::/10
With the pfsense packages or is that coded into the php code?
Sent from my iPhone
> On Jul 31, 2024, at 13:18, Jonathan Lee wrote:
>
> I forgot to mention this is over a he tunnel broker gif interface with IPv4
> only isp
>
I forgot to mention this is over a he tunnel broker gif interface with IPv4
only isp
Sent from my iPhone
> On Jul 31, 2024, at 12:03, Jonathan Lee wrote:
>
> I show HTTP/1.1 409 conflict when it try to reply from the firewall back to
> the client.
>
> I do not know if you need a pcap file
>
I opened a bug here https://bugs.squid-cache.org/show_bug.cgi?id=5394
___
squid-users mailing list
squid-users@lists.squid-cache.org
https://lists.squid-cache.org/listinfo/squid-users
What is the error message you get in cache.log, if any?
On Wed, Jul 31, 2024 at 12:27 PM FredB wrote:
>
> hello All,
>
> I would like to know if anyone is using Squid 6 with Rock Store in a Docker
> container? On my end, it crashes at launch with the following in my
> squid.conf:
>
> cache_dir
On 31.07.24 15:22, Amos Jeffries wrote:
Debian/12 (aka "Bookworm") provides the package "squid-openssl" with
the SSL-Bump feature enabled. It is a drop-in replacement for the
"squid" package.
FYI this version is available since Debian 11, and build options include
both --with-openssl and --en
On 30.07.24 12:55, Jonathan Lee wrote:
Hello fellow squid users can you please help?
I have noticed that I get 409 errors with IPv6 only clients this leads me
to believe that it’s DNS related.
why do you think that?
My firewall has both IPV4 and IPV6 DNS.
I wonder if when an IPV6 only cli
hello All,
I would like to know if anyone is using Squid 6 with Rock Store in a Docker
container? On my end, it crashes at launch with the following in my squid.conf:
cache_dir rock /var/spool/squid 55000 max-swap-rate=250 swap-timeout=35
I'm using https://hub.docker.com/r/fredbcode/squid
Than