Proxy authentication confirmation prompt keeps popping up although the user/password is saved 火狐浏览器一直提示输入代理的账号和密码

 

https://support.mozilla.org/zh-CN/questions/943488

signon.autologin.proxy;true
network.proxy.share_proxy_settings – FALSE
network.automatic-ntlm-auth.allow-proxies – FALSE
network.auth.use-sspi – FALSE

一直会提示,还有可能是其他地方配置了错误的代理,导致那个账号被锁定了。

账号和密码是对的,但是在服务器上被锁定了。

 

哪些地方可能配置了错误的代理

我遇到的问题是,因为在另外一台电脑配置了域账号,用来联网,提供网络给visual studio

https://www.cnblogs.com/chucklu/p/9166117.html

 

 

The Security System detected an authentication error for the server LDAP/SASYGSHADC01.asnet.xxx.net/asnet.xxx.net@ASNET.xxx.NET. The failure code from authentication protocol Kerberos was "The user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested.
(0xc0000234)".

 

将其他地方配置的过期的域账号取消之后,发现Firefox每次打开的时候,都会弹出proxy确认的窗口。

处理方法,将上面四个变量的值,都设置为default

signon.autologin.proxy - false
network.auth.use-sspi – true

 

火狐浏览器,每次打开的时候,都弹窗提示proxy的账号和密码,需要点一下确认才可以

proxy使用的账号和密码是域账号,然后保存的账号名字是附带了域名的。把域名删掉就不会再弹出提示了

 

posted @ 2018-06-11 15:42  ChuckLu  阅读(593)  评论(0编辑  收藏  举报