Skip to content

Commit

Permalink
Fix NONE/503 errors in Squid proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
cityofships committed Jan 3, 2025
1 parent 87969e5 commit 11a5827
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/kayobe/containers/squid_proxy/squid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320

# Disable connections over IPv6
# https://ramesh-sahoo.medium.com/squid-proxy-server-has-stopped-handling-connection-resulting-in-none-503-0-connect-errors-55477316850a
dns_v4_first on
5 changes: 5 additions & 0 deletions releasenotes/notes/fix-squid-issue-11b5f03719ab8b45.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue where Squid proxy could be unable to reach external servers
due to a preference of choosing IPv6 connectivity by default.

0 comments on commit 11a5827

Please sign in to comment.