Thank you.
From the tcpdump, I see the iphone sending requests to the proxy.  Sometimes 
with credentials and sometimes not.  How can I tell squid to not send 407 in 
response to the header with no credentials?  I have tried the following 
variations with no luck.

#reply_header_access WWW-Authenticate deny all

#acl ncsa_users proxy_auth REQUIRED
#http_access deny ncsa_users all


#acl ncsa_users proxy_auth REQUIRED
#acl authFailed src all
#http_access deny !ncsa_users authFailed
#deny_info http://nothing.com authFailed

#acl ncsa_users proxy_auth REQUIRED
#http_access deny !ncsa_users all
#deny_info http://nothing.com ncsa_users
#http_access deny all



-----Original Message-----
From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf 
Of Amos Jeffries
Sent: Tuesday, July 21, 2015 10:31 AM
To: squid-users@lists.squid-cache.org
Subject: Re: [squid-users] suppress sending authentication prompt

On 22/07/2015 3:08 a.m., Berkes, David wrote:
> I have MDM solution that sets the basic proxy values on all iphones.
> The "problem" is that periodically it prompts the user for the proxy login.
> Its actually already authenticated and just need to hit the "cancel" and 
> continues to work correctly.
> How can I disable and/or redirect the pop-ups that ask for authentication?

The popup is a browser Internal operation. It means the browser does not know 
what credentials to send to the proxy.

If you have explicitly configured the browser with credentials. Then something 
has gone wrong and its not able to find its own settings, or been told those 
are unusable now.

Amos

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users
________________________________


Piper Jaffray & Co. Since 1895. Member SIPC and NYSE. Learn more at 
www.piperjaffray.com. Piper Jaffray corporate headquarters is located at 800 
Nicollet Mall, Minneapolis, MN 55402.

Piper Jaffray outgoing and incoming e-mail is electronically archived and 
recorded and is subject to review, monitoring and/or disclosure to someone 
other than the recipient. This e-mail may be considered an advertisement or 
solicitation for purposes of regulation of commercial electronic mail messages. 
If you do not wish to receive commercial e-mail communications from Piper 
Jaffray, go to: www.piperjaffray.com/do_not_email to review the details and 
submit your request to be added to the Piper Jaffray "Do Not E-mail Registry." 
For additional disclosure information see www.piperjaffray.com/disclosures
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to