我试图阻止firefox在打开新标签时不断要求新的身份验证。 此外,在firefox的配置中,有必要指定没有代理的页面,但它仍然要求进行身份验证。
squid服务器在centos 7下,PC客户端使用firefox版本52.7.2 有谁可以帮助我?
我的squid.conf配置文件出现问题:
-----------------------的squid.conf --------------------- -------------------
debug_options ALL,1
http_port 3128
logfile_rotate 30
maximum_object_size 32 MB
icp_port 0
acl QUERY urlpath_regex cgi-bin \?
no_cache否认QUERY
cache_store_log无
access_log /var/log/squid/access.log squid
visible_hostname my_server.domain.com
acl domain1 dstdomain .domain1.com
http_access允许domain1
acl domain2 dstdomain .domain2.com
http_access允许domain2
auth_param基本程序/ usr / lib64 / squid / basic_ldap_auth -b" ou = People,dc = mycompany,dc = com" -f" uid =%s" -u uid -D" uid = xxx,ou = xxx,dc = mycompany,dc = com" -w"密码" -h ldap://myldap.com
auth_param基本孩子350
auth_param基本领域Web代理
auth_param basic credentialsttl 2小时
acl if_ok src" / etc / squid / conf / default / ipadress"
acl BlockedHost_mdl src" /etc/squid/mdl.txt"
http_access拒绝BlockedHost_mdl
acl BlockedHost_bruteforceblocker src" /etc/squid/bruteforceblocker.txt"
http_access拒绝BlockedHost_bruteforceblocker
acl BlockedHost_shdrop src" /etc/squid/shdrop.txt"
http_access拒绝BlockedHost_shdrop
acl internet proxy_auth需要
acl internet_domains dstdomain -i" / etc / squid / conf / internet / domains"
http_access允许互联网
http_access允许if_ok
http_access允许localhost
http_access拒绝所有