搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

NTLM auth causes Secure Connection Failed

  • 1 回覆
  • 1 有這個問題
  • 3 次檢視
  • 最近回覆由 Tonnes

more options

I have a site trying to do NTLM auth from an F5 APM device. On Firefox version 50.1 this all works ok, but for users on version 45 they intermittently get the error:

Secure Connection Failed The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.

Thoughts on the cause/fix of this issue? Others browsers are fine.

Thanks

I have a site trying to do NTLM auth from an F5 APM device. On Firefox version 50.1 this all works ok, but for users on version 45 they intermittently get the error: Secure Connection Failed The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Thoughts on the cause/fix of this issue? Others browsers are fine. Thanks

所有回覆 (1)

more options

I assume you meant 54 instead of 45, correct?

This could involve a known issue with regard to http 2 connections and Firefox failing to fall back to http 1 due to NTLM being incompatible with it. That issue should have been fixed in 53, but some reported it to have returned in 53.0.3 and 54. It should however be fixed in 55, scheduled for release one week from now.

If so, you can temporary work around the issue by either disabling HTTP/2 on the server, or by toggling the network.http.spdy.enabled.http2 preference to false in about:config. See the following article and bugs for more info:

Microsoft Technet thread, bug 1346392, bug 1366824