搜尋 Mozilla 技術支援網站

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

Learn More

TLS Extensions 65037 during client hello since firefox 118 (Windows)

  • 4 回覆
  • 0 有這個問題
  • 305 次檢視
  • 最近回覆由 Lukasz

more options

Hello,

I see with windows Firefox version 118 a TLS extension id 65037 on every client hello handshake containing a bunch of data. Does somebody know what this extension is used for? I couldn't find anything about this on the web or in the firefox docs / release notes. Other browser (chrome / edge) don't have this extension in use.

Thanks

Hello, I see with windows Firefox version 118 a TLS extension id 65037 on every client hello handshake containing a bunch of data. Does somebody know what this extension is used for? I couldn't find anything about this on the web or in the firefox docs / release notes. Other browser (chrome / edge) don't have this extension in use. Thanks
附加的畫面擷圖

被選擇的解決方法

That is Encrypted Client Hello (ECH), it will go away if you change security.tls.ech.grease_probability to 0 in about:config. Chrome has it behind a flag.

從原來的回覆中察看解決方案 👍 2

所有回覆 (4)

more options

選擇的解決方法

That is Encrypted Client Hello (ECH), it will go away if you change security.tls.ech.grease_probability to 0 in about:config. Chrome has it behind a flag.

more options

On Linux firefox 118 doesn't have this extension in use.

more options

It's a limited rollout, you can see them listed in about:support#remote-features.

more options

zeroknight said

That is Encrypted Client Hello (ECH), it will go away if you change security.tls.ech.grease_probability to 0 in about:config. Chrome has it behind a flag.

Thank you for clarification.