[squid-users] rss reader error

From: Guillaume <guillaume.chardin@dont-contact.us>
Date: Tue, 18 Apr 2006 17:03:11 +0200

Hi guys!

I need you for solving a problem. I download a program named rssreader
for reading rss feeds, and this software was unable to connect to any
rssfeed. I look inside the access.log and found these kind of line
for every feed i try to connect:
1145369792.263 31 172.16.11.60 TCP_DENIED/407 2143 GET
http://www.01net.com/rss/dossiersentreprise.xml - NONE/- text/html

Why i have 'NONE/' for the user? I use basic & ntlm authentication
and i enter the good username in the proxy configuration in RSSreader.

Does someone has experienced the same problem as i ?

Here is my squid.conf
###BEGIN###
http_port 8080

debug_options ALL,9

maximum_object_size 20000 KB

auth_param ntlm children 7
auth_param ntlm max_challenge_lifetime 10 minutes
auth_param ntlm max_challenge_reuses 0
auth_param ntlm program c:/squid/libexec/win32_ntlm_auth.exe
auth_param ntlm use_ntlm_negotiate on
###auth basic
auth_param basic program c:/squid/libexec/nt_auth.exe -a lotus-allwd
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off

external_acl_type NT_global_group %LOGIN
c:/squid/libexec/win32_check_group.exe -G -c

memory_replacement_policy heap LFUDA
cache_replacement_policy heap LFUDA
cache_dir awin32 c:/squid/var/cache 2000 16 20
cache_mem 2000 MB

acl all src 0.0.0.0/0.0.0.0
acl password proxy_auth REQUIRED
acl CONNECT method CONNECT
acl localadr src 172.16.11.0/255.255.255.0
acl localhost src 127.0.0.1/255.255.255.255
acl manager proto cache_object
acl QUERY urlpath_regex cgi-bin \?
acl to_localhost dst 127.0.0.0/8
#acl Safe_ports port 1025-65535
acl Safe_ports port 1863
acl Safe_ports port 20
acl Safe_ports port 21
acl Safe_ports port 210
acl Safe_ports port 280
acl Safe_ports port 443 563
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 70
acl Safe_ports port 777
acl Safe_ports port 80
acl SSL_ports port 443 563

acl internetusers external NT_global_group "c:/squid/etc/utilsdom"

http_access allow password
http_access deny !localadr
http_access deny !internetusers
http_access allow Safe_ports
http_access deny manager
http_access deny all

logfile_rotate 12

http_reply_access allow all
refresh_pattern . 0 20% 4320
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
coredump_dir c:/squid/var/cache
hierarchy_stoplist cgi-bin ?
icp_access allow all
no_cache deny QUERY
Received on Tue Apr 18 2006 - 09:03:19 MDT

This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT