Chrome 浏览器相关

********* 问题 *********

localhost 通常会使用加密技术来保护您的信息。Google Chrome 此次尝试连接到 localhost 时,此网站发回了异常的错误凭据。这可能是因为有攻击者在试图冒充 localhost,或 Wi-Fi 登录屏幕中断了此次连接。请放心,您的信息仍然是安全的,因为 Google Chrome 尚未进行任何数据交换便停止了连接。

您目前无法访问 localhost,因为此网站发送了 Google Chrome 无法处理的杂乱凭据。网络错误和攻击通常是暂时的,因此,此网页稍后可能会恢复正常。

  1. 方法一(推荐):chrome://flags/#allow-insecure-localhost, 设置Allow invalid certificates for resources loaded from localhost 为 Enable。设置以后要relaunch一下才会生效
  2. 方法二:右击Chrome快捷方式,属性,文件路径,在文件路径后面加上' --ignore-certificate-errors' . 比如:'/users/files/chrome.exe  --ignore-certificate-errors'

猜你喜欢

转载自www.cnblogs.com/cai-yu-candice/p/12340708.html