********* 問題 *********
localhost 通常會使用加密技術來保護您的信息。Google Chrome 此次嘗試連接到 localhost 時,此網站發回了異常的錯誤憑據。這可能是因為有攻擊者在試圖冒充 localhost,或 Wi-Fi 登錄屏幕中斷了此次連接。請放心,您的信息仍然是安全的,因為 Google Chrome 尚未進行任何數據交換便停止了連接。
您目前無法訪問 localhost,因為此網站發送了 Google Chrome 無法處理的雜亂憑據。網絡錯誤和攻擊通常是暫時的,因此,此網頁稍后可能會恢復正常。
- 方法一(推薦):chrome://flags/#allow-insecure-localhost, 設置Allow invalid certificates for resources loaded from localhost 為 Enable。設置以后要relaunch一下才會生效
- 方法二:右擊Chrome快捷方式,屬性,文件路徑,在文件路徑后面加上' --ignore-certificate-errors' . 比如:'/users/files/chrome.exe --ignore-certificate-errors'