squid & steam

Guy Harrison guy.harrison at swampdog.co.uk
Sat Jul 19 21:47:44 UTC 2014


Hi Folks,

I'm sure this is down to my stupidity but has anyone else seen this page..
https://store.steampowered.com/account/
..come up with a white background & most of the links broken?

Works fine when I bypass squid. I ask here because I recently updated squid 
to..

[admin at sdvmf64squid ~/etc/squid]$ uname -a 
FreeBSD sdvmf64squid 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 
16 22:34:59 UTC 2014     root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  
amd64

[admin at sdvmf64squid ~]$ squid -v
Squid Cache: Version 3.3.11
configure 
options:  '--with-default-user=squid' '--bindir=/usr/local/sbin' '--sbindir=/usr/local/sbin' '--datadir=/usr/local/etc/squid' '--libexecdir=/usr/local/libexec/squid' '--localstatedir=/var' '--sysconfdir=/usr/local/etc/squid' '--with-logdir=/var/log/squid' '--with-pidfile=/var/run/squid/squid.pid' '--with-swapdir=/var/squid/cache/squid' '--enable-auth' '--enable-build-info' '--enable-loadable-modules' '--enable-removal-policies=lru 
heap' '--disable-epoll' '--disable-linux-netfilter' '--disable-linux-tproxy' '--disable-translation' '--enable-auth-basic=DB 
MSNT MSNT-multi-domain NCSA PAM POP3 RADIUS  fake getpwnam 
NIS' '--enable-auth-digest=file' '--enable-external-acl-helpers=file_userip 
time_quota unix_group' '--enable-auth-negotiate=kerberos 
wrapper' '--enable-auth-ntlm=fake smb_lm' '--enable-storeio=diskd rock ufs 
aufs' '--enable-disk-io=AIO Blocking DiskDaemon IpcIo Mmapped 
DiskThreads' '--enable-log-daemon-helpers=file' '--enable-url-rewrite-helpers=fake' '--enable-htcp' '--disable-forw-via-db' '--disable-cache-digests' '--enable-wccp' '--enable-wccpv2' '--disable-eui' '--disable-ipfw-transparent' '--disable-pf-transparent' '--disable-ipf-transparent' '--disable-follow-x-forwarded-for' '--disable-ecap' '--disable-icap-client' '--disable-esi' '--enable-kqueue' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd10.0' 'build_alias=amd64-portbld-freebsd10.0' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -pthread' 'CPPFLAGS=' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -fno-strict-aliasing -Wno-unused-private-field' 'CPP=cpp' --enable-ltdl-convenience

[admin at sdvmf64squid ~/etc/squid]$ sudo cat squid.conf | grep ^acl
acl localnet src 192.168.1.0/26 # our internal network
acl SSL_ports port 443
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT
acl nethosted port 2083 #cpanel
acl nethosted port 2096 #webmail
acl acl_sites   dstdomain               "/usr/local/etc/squid/sd_acl_sites"
acl acl_regex   dstdom_regex -i         "/usr/local/etc/squid/sd_acl_regex"

[admin at sdvmf64squid ~/etc/squid]$ sudo cat sd_acl_*              
www\.dev\.nul
.*\.akamaihd\.net
.*\.doubleclick\.net
.*\.facebook\.com
.*\.googlesyndication\.com
.*\.gstatic\.com
.*\.outbrain\.com
.*\.twitter\.com
www.dev.nul
apis.google.com

The squid "access.log".  shows nothing when I hit most of the above options 
in the above https url. It's like the steam page has made a decision mased 
upon proxy but cocked up. I posted a ticket on steam about this but can't 
help thinking I'm missing something.

TIA
Guy








More information about the freebsd-questions mailing list