
我透過公共 Wi-Fi 熱點連線。使用IExplorer時沒有問題。當我使用 Firefox 時,在詢問任何 https url 後收到以下錯誤訊息,例如https://www.google.com:
An error occurred during a connection to www.google.com.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
我該如何解決?
答案1
取消選取 TLS 加密即可修復此問題。Tools
> Option
> Encryption (tab)
> 和uncheck TLS 1.0
。
更新。
尋找這些偏好(security.tls.version*
)。
- 安全.tls.版本.min
- 安全.tls.版本.max
在 Awesomebar 中,輸入或貼上about:config
並點擊去箭。tls
在搜尋框中輸入內容並點擊Enter按鍵即可找到包含以下內容的所有首選項tls。
根據程式碼中的註解:
// 0 means SSL 3.0, 1 means TLS 1.0, 2 means TLS 1.1, etc.
所以嘗試同時設定分分鐘和最大限度到2, 強迫傳輸層安全協定1.1,看看是否有效。