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?
Below is my very basic configuration.


---my config.  Version 3.5.

auth_param basic program /opt/squid/libexec/basic_ncsa_auth 
/opt/squid/etc/squid_passwd
auth_param basic children 10
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off


acl ncsa_users proxy_auth REQUIRED
http_access allow ncsa_users
http_access deny all
________________________________

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