[squid-users] squid transparent strange error

From: Christian Wohlgemuth <Christian.Wohlgemuth_at_schmack-biogas.it>
Date: Mon, 11 Apr 2011 16:45:28 +0200

Hi @all

When i try to login at gmail squid me get a "The requested URL could not be retrieved" with this strage URL:

--
http://%ef%bf%bd%ef%bf%bdo%ef%bf%bd%ef%bf%bd
�/accounts/SetSID?ssdc=1&sidt=ALWU2cvxKms9%2FItZnJX5qm3l1VgdNFWGnscAVnl5m%2BHvZjvKqtitbTeMxlvjD86s%2B4ybdodclVBVDewqCiS9kUFyzxCsVnSLBhl%2BumVlezxDJCniOwyRCmlEGoP5LDOR71Nq%2BCJNNtU6%2Fe8tTn1rgCru1ccPfeiP5m%2BOdd9QbG82PzdQMeOeFppb2oPO0EHDadN5VdbTPO76%2FpRQCdp3py9nmdX6H8AwwyjNgSivev3FYOM00HEDenJ%2Fi9IctQp84U2PazuuUQgPGZGKb12k55jtwYnDWjQ%2FMdxQuOtcVn4XTpnYmm14JI1yrunTV60WNqsa4o%2BzTqeXvUZ6yLab0SvIlJcvgSLIxaT0K895VE%2BiIF29rTtg4eJNzAmltRfy3ZKE8%2FFeRuxoORaFjTRCc3TbCWae9MQaC4WDXoupHQEx0fdx%2B1W2caje51mjv5c7zPzYrHLSYTGT&continue=http%3A%2F%2Fwww.google.de%2Faccounts%2FSetSID%3Fssdc%3D1%26sidt%3DALWU2ctVs0%252FUF7PCGb01VH%252BbvOjPSVbflO8K4cfz7jtpOeCe7KRmz5dHumha9NFm4Nq3ZRSsQuRc9Tn6Q9K%252FUCgcIwtnNaGNQWSeahaP8V2pfw8zGwW1SZJm4Sakf2AALaP0XNkxGyuE%252B7hVCsBZdhrmBtH8pZkzvcvMmzTf5wB%252BVCRNlSLlKrQM3IfoLwNXkaIqg2JDFeW6JhTJeho11Kpb%252FwfJpR9HdL92Z7398abZzsF%252BZgb1y%252BBYhvYQ72dkjaAONdfx3k84hxZ3cy3CDK4hMwUhYRR2Or1tAsdp3QRjLbt7Krf2rnSySarQjvIy%252BDMJdJwfRp%252BXjXIs4Dg0OeTfJT2CXObLUlrFEXOzLYyb7HcAw7SvFp8Pkat2tNTsFPqoWoyuY6Zsb%252FhipMeiHFNeNNZ6dbUG8eZhESmLYJbFy1ElVVPzYdYB%252FRJe2Gye3Sv1LelwDTdm%26continue%3Dhttps%253A%252F%252Fwww.google.com%252Faccounts%252FServiceLogin%253Fpassive%253Dtrue%2526go%253Dtrue%2526continue%253Dhttps%25253A%25252F%25252Fmail.google.com%25252Fmail%25252F%2526service%253Dmail%2526ltmpl%253Ddefault%2526fss%253D1
--

with the strange character in the URL. After a refresh gmail works fine. The same error at alice.it

my squidconfig:
--
root_at_squid:~# cat /etc/squid/squid.conf | grep -v ^# | grep -v ^$
acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl localnet src 192.168.2.0/24 84.18.158.176/255.255.255.255
acl Safe_ports port 80
acl purge method PURGE
acl CONNECT method CONNECT
http_access deny !Safe_ports
http_access deny to_localhost
http_access allow localhost
http_access allow purge localhost
http_access deny purge
redirector_access deny localhost
http_access allow localnet
icp_access allow localnet
icp_access deny all
http_port 3128
hierarchy_stoplist cgi-bin ?
cache_mem 16 MB
memory_replacement_policy heap LFUDA
cache_replacement_policy heap LFUDA
cache_dir ufs /var/spool/squid 1000 16 256
access_log /var/log/squid/access.log squid
emulate_httpd_log off
log_fqdn off
ftp_user anonymous_at_example.net
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern (Release|Package(.gz)*)$ 0 20% 2880
refresh_pattern . 0 20% 4320
acl shoutcast rep_header X-HTTP09-First-Line ^ICY.[0-9]
upgrade_http0.9 deny shoutcast
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
extension_methods REPORT MERGE MKACTIVITY CHECKOUT
connect_timeout 30 seconds
cache_mgr it_at_example.net
icp_port 0
htcp_port 0
error_directory /usr/share/squid/errors/it
hosts_file /etc/hosts
ipcache_size 2048
ipcache_low 85
ipcache_high 90
forwarded_for on
coredump_dir /var/spool/squid
redirect_program /usr/local/bin/squidclamav
redirect_children 5
--

my squid:
--
root_at_squid:~# squid -v
Squid Cache: Version 2.7.STABLE9
configure options: '--prefix=/usr' '--exec_prefix=/usr' '--bindir=/usr/sbin' '--sbindir=/usr/sbin' '--libexecdir=/usr/lib/squid' '--sysconfdir=/etc/squid' '--localstatedir=/var/spool/squid' '--datadir=/usr/share/squid' '--enable-async-io' '--with-pthreads' '--enable-storeio=ufs,aufs,coss,diskd,null' '--enable-linux-netfilter' '--enable-arp-acl' '--enable-epoll' '--enable-removal-policies=lru,heap' '--enable-snmp' '--enable-delay-pools' '--enable-htcp' '--enable-cache-digests' '--enable-underscores' '--enable-referer-log' '--enable-useragent-log' '--enable-auth=basic,digest,ntlm,negotiate' '--enable-negotiate-auth-helpers=squid_kerb_auth' '--enable-carp' '--enable-follow-x-forwarded-for' '--with-large-files' '--with-maxfd=65536' 'amd64-debian-linux' 'build_alias=amd64-debian-linux' 'host_alias=amd64-debian-linux' 'target_alias=amd64-debian-linux' 'CFLAGS=-Wall -g -O2' 'LDFLAGS=-Wl,-Bsymbolic-functions' 'CPPFLAGS='
--

my system:
--
root_at_squid:~# cat /proc/version
Linux version 2.6.35-28-generic (buildd_at_allspice) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #49-Ubuntu SMP Tue Mar 1 14:39:03 UTC 2011
--

Any ideas?

Thanks
Received on Mon Apr 11 2011 - 14:45:32 MDT

This archive was generated by hypermail 2.2.0 : Tue Apr 12 2011 - 12:00:04 MDT