[squid-users] Minor proxy_auth issue?

From: David Höhn <dh@dont-contact.us>
Date: Mon, 14 Oct 2002 14:19:12 +0200

Hello List.

I implemented LDAP authentication using PAM ans my transport. While this
seems to work rather smoothly, I seem to have missed something in the
Configuration files:

While configuring Konqueror 3.0.4 with
proxy://root:password@proxy.blah.at:3128 works without any issues it fails
for all other known browsers.

There is no autehntication dialog box opened, neither does the Browser even
seem to attempt autehntication. Not on Windows, not on Mac.

The Logfiles immediately show a 407 Proxy Authentication Required.

I do not quite see, where I might be mistaken, any hints would be
appreciated.

My config looks as follows:

acl password proxy_auth REQUIRED
acl all src 0.0.0.0/0.0.0.0
acl local src 172.16.0.0/255.255.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl parent src 172.16.1.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
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

http_access allow localhost
http_access allow local password
http_access deny all

if you need other relevant parts which I failed to supply, please let me
know, the FAQ did not quite solve my issue. Thank you in advance.

-d

-- "Hell, there are no rules here-- we're trying to accomplish something."
-- Thomas Alva Edison
Received on Mon Oct 14 2002 - 06:19:15 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:41 MST