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使用的账号和密码是域账号,然后保存的账号名字是附带了域名的。把域名删掉就不会再弹出提示了

最新文章

  1. vcredist_x64.exe vcredist_x86.exe 静默安装方法收集
  2. Web报表工具FineReport的JS开发之字符串
  3. consul 安装
  4. java.lang.OutOfMemoryError: PermGen space异常处理(内存溢出)
  5. 趋势or过渡,量子点屏幕真的优于OLED?
  6. linux kernel thread(Daemons)
  7. 编译python3
  8. Spark的任务处理流程
  9. iOS开发那些事-iOS应用本地化-文本信息本地化
  10. threaded模式下,比prefork模式要省资源
  11. div模块变灰
  12. My97DatePicker使用的问题
  13. maven插件报错之解决
  14. 【LA3938】"Ray, Pass me the dishes!"
  15. PAT1039: Course List for Student
  16. git 解决授权失败的方法
  17. python学习日记(编码再回顾)
  18. Java并发编程(十三)-- 线程池
  19. aspx页面,取得Excel某列不同类型的数据为空
  20. Mysql中的锁机制

热门文章

  1. [Python3网络爬虫开发实战] 1.8.4-Scrapy-Redis的安装
  2. linux arp-显示和修改IP到MAC转换表
  3. Matlab学习笔记(五)
  4. poj 1363 火车进站 (栈的应用)
  5. Uva 1572 自组合
  6. 【二维树状数组】See you~
  7. poj 3648 2-sat 输出任意一组解模板
  8. 易碎的鸟蛋 概率DP
  9. POJ 3686_The Windy's
  10. [bzoj2251][2010BeiJing Wc]外星联络_后缀数组