[squid-users] Allow web radio in an NTLM authorizing proxy

From: Luca Dell'Oca <ldelloca_at_arkam.it>
Date: Tue, 3 Jun 2008 12:41:39 +0200

Hi all,
I'm trying to let some users listen to a web radio through squid. The proxy
is working really well with ntlm authentication, I tried to create an acl
before ntlm section to allow the radio for everyone, but when the windows
media player starts buffering, it comes up with a login request for username
and password, and using ntlm credentials does not work. The media player is
correctly configured to use the browser settings.

The link is:
http://www.virginradioitaly.it/webradio/playerWebradio.jsp?cnl=4

And the website is allowed for everyone.
I've discovered that the stream appears in squid with an ip rather than a
url. I've adde a line for it like this:

acl AuthUser proxy_auth REQUIRED
acl allowedurls dstdomain "/etc/squid/allowedurls"
acl allowedip dst 151.1.245.1
http_access allow allowedurls AuthUser
http_access allow allowedip AuthUser
http_access allow allowedpages AuthUser

But I still get an error in my access.log (below)

Thanks in advance!!!
Luca.

1211666785.250 196 192.168.1.176 TCP_MISS/200 554 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain
1211666790.899 843 192.168.1.176 TCP_MISS/200 554 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain
1211666796.492 436 192.168.1.176 TCP_MISS/200 554 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain
1211666802.209 152 192.168.1.176 TCP_MISS/200 554 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain
1211666807.882 824 192.168.1.176 TCP_MISS/200 554 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain
1211666813.072 977 192.168.1.176 TCP_MISS/200 554 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain
1211666818.673 614 192.168.1.176 TCP_MISS/200 554 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain
1211666824.100 1039 192.168.1.176 TCP_MISS/200 554 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain
1211666829.658 175 192.168.1.176 TCP_MISS/200 554 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain
1211666835.233 166 192.168.1.176 TCP_MISS/200 554 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain
1211666840.820 752 192.168.1.176 TCP_MISS/200 554 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain
1211666846.572 10 192.168.1.176 TCP_DENIED/407 1781 GET
http://151.1.245.1/20 - NONE/- text/html
1211666847.684 6 192.168.1.176 TCP_DENIED/407 1947 GET
http://151.1.245.1/20 - NONE/- text/html
1211666847.746 61 192.168.1.176 TCP_DENIED/407 1781 GET
http://151.1.245.1/20 - NONE/- text/html
1211666848.186 2 192.168.1.176 TCP_DENIED/407 1947 GET
http://151.1.245.1/20 - NONE/- text/html
1211666848.245 58 192.168.1.176 TCP_DENIED/407 1781 GET
http://151.1.245.1/20 - NONE/- text/html
1211666848.715 2 192.168.1.176 TCP_DENIED/407 1947 GET
http://151.1.245.1/20 - NONE/- text/html
1211666848.767 51 192.168.1.176 TCP_DENIED/407 1781 GET
http://151.1.245.1/20 - NONE/- text/html
1211666852.551 455 192.168.1.176 TCP_MISS/200 511 POST
http://www.virginradioitaly.it/livePlaylistService.rpc administrator
DIRECT/62.101.69.61 text/plain

Received on Tue Jun 03 2008 - 10:41:49 MDT

This archive was generated by hypermail 2.2.0 : Wed Jun 04 2008 - 12:00:02 MDT