[squid-users] Squid Quicktime RTPS 401 unauthorized error

2010-04-22 Thread Johnson, S
When I try to access a quicktime video through my squid proxy I get the
401 unauthorized error.  In my searches I see that 4 years ago people
were referencing that 2.5 didn't support RTSP.  Now that we're up to
3.x, is RTSP supported?  If not, is there a work around to play these
videos?

 Thanks
   Scott


Re: [squid-users] Squid Quicktime RTPS 401 unauthorized error

2010-04-22 Thread Nick Cairncross
In times gone buy I created an acl for the quicktime browser and disabled 
authentication for the quicktime user-agent as it would completely break on my 
macs.
N




On 22/04/2010 16:02, Johnson, S sjohn...@edina.k12.mn.us wrote:

When I try to access a quicktime video through my squid proxy I get the
401 unauthorized error.  In my searches I see that 4 years ago people
were referencing that 2.5 didn't support RTSP.  Now that we're up to
3.x, is RTSP supported?  If not, is there a work around to play these
videos?

 Thanks
   Scott


** Please consider the environment before printing this e-mail **

The information contained in this e-mail is of a confidential nature and is 
intended only for the addressee.  If you are not the intended addressee, any 
disclosure, copying or distribution by you is prohibited and may be unlawful.  
Disclosure to any party other than the addressee, whether inadvertent or 
otherwise, is not intended to waive privilege or confidentiality.  Internet 
communications are not secure and therefore Conde Nast does not accept legal 
responsibility for the contents of this message.  Any views or opinions 
expressed are those of the author.

Company Registration details:
The Conde Nast Publications Ltd
Vogue House
Hanover Square
London W1S 1JU

Registered in London No. 226900


RE: [squid-users] Squid Quicktime RTPS 401 unauthorized error

2010-04-22 Thread Johnson, S
I didn't know I could create an ACL for a browser service.  Do you by
chance have an example I could reference?

(sorry about the dup message; forgot to hit reply all...)

-Original Message-
From: Nick Cairncross [mailto:nick.cairncr...@condenast.co.uk] 
Sent: Thursday, April 22, 2010 10:10 AM
To: Johnson, S; squid-users@squid-cache.org
Subject: Re: [squid-users] Squid Quicktime RTPS 401 unauthorized error

In times gone buy I created an acl for the quicktime browser and
disabled authentication for the quicktime user-agent as it would
completely break on my macs.
N




On 22/04/2010 16:02, Johnson, S sjohn...@edina.k12.mn.us wrote:

When I try to access a quicktime video through my squid proxy I get the
401 unauthorized error.  In my searches I see that 4 years ago people
were referencing that 2.5 didn't support RTSP.  Now that we're up to
3.x, is RTSP supported?  If not, is there a work around to play these
videos?

 Thanks
   Scott


** Please consider the environment before printing this e-mail **

The information contained in this e-mail is of a confidential nature and
is intended only for the addressee.  If you are not the intended
addressee, any disclosure, copying or distribution by you is prohibited
and may be unlawful.  Disclosure to any party other than the addressee,
whether inadvertent or otherwise, is not intended to waive privilege or
confidentiality.  Internet communications are not secure and therefore
Conde Nast does not accept legal responsibility for the contents of this
message.  Any views or opinions expressed are those of the author.

Company Registration details:
The Conde Nast Publications Ltd
Vogue House
Hanover Square
London W1S 1JU

Registered in London No. 226900

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: [squid-users] Squid Quicktime RTPS 401 unauthorized error

2010-04-22 Thread Nick Cairncross
Turn on user-agent logging on squid:
useragent_log /pathtoyoursquidlogs/useragent.log squid

Tail -f /pathtoyoursquidlogs/useragent.log
This will show you your user-agents hitting squid in realtime

Acl to create (I had a file I put user-agents for Apple in) - you can use 
whichever method you want:
acl AppleUserAgents browser /etc/squid/ACL/USERAGENTS/USER-AGENTS_APPLE.txt

Put the user-agent you want i.e. Quicktime into the txt file

Create your allow rule:
http_access allow AppleUserAgents

cheers






On 22/04/2010 16:47, Johnson, S sjohn...@edina.k12.mn.us wrote:

I didn't know I could create an ACL for a browser service.  Do you by
chance have an example I could reference?

(sorry about the dup message; forgot to hit reply all...)

-Original Message-
From: Nick Cairncross [mailto:nick.cairncr...@condenast.co.uk]
Sent: Thursday, April 22, 2010 10:10 AM
To: Johnson, S; squid-users@squid-cache.org
Subject: Re: [squid-users] Squid Quicktime RTPS 401 unauthorized error

In times gone buy I created an acl for the quicktime browser and
disabled authentication for the quicktime user-agent as it would
completely break on my macs.
N




On 22/04/2010 16:02, Johnson, S sjohn...@edina.k12.mn.us wrote:

When I try to access a quicktime video through my squid proxy I get the
401 unauthorized error.  In my searches I see that 4 years ago people
were referencing that 2.5 didn't support RTSP.  Now that we're up to
3.x, is RTSP supported?  If not, is there a work around to play these
videos?

 Thanks
   Scott


** Please consider the environment before printing this e-mail **

The information contained in this e-mail is of a confidential nature and
is intended only for the addressee.  If you are not the intended
addressee, any disclosure, copying or distribution by you is prohibited
and may be unlawful.  Disclosure to any party other than the addressee,
whether inadvertent or otherwise, is not intended to waive privilege or
confidentiality.  Internet communications are not secure and therefore
Conde Nast does not accept legal responsibility for the contents of this
message.  Any views or opinions expressed are those of the author.

Company Registration details:
The Conde Nast Publications Ltd
Vogue House
Hanover Square
London W1S 1JU

Registered in London No. 226900

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



** Please consider the environment before printing this e-mail **

The information contained in this e-mail is of a confidential nature and is 
intended only for the addressee.  If you are not the intended addressee, any 
disclosure, copying or distribution by you is prohibited and may be unlawful.  
Disclosure to any party other than the addressee, whether inadvertent or 
otherwise, is not intended to waive privilege or confidentiality.  Internet 
communications are not secure and therefore Conde Nast does not accept legal 
responsibility for the contents of this message.  Any views or opinions 
expressed are those of the author.

Company Registration details:
The Conde Nast Publications Ltd
Vogue House
Hanover Square
London W1S 1JU

Registered in London No. 226900