Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

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

  • 4 отговора
  • 0 имат този проблем
  • 1 изглед
  • Последен отговор от 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.