Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

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

  • 4 svar
  • 0 har detta problem
  • 278 visningar
  • Senaste svar av 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
Bifogade skärmdumpar

Vald lösning

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.

Läs svaret i sitt sammanhang 👍 2

Alla svar (4)

more options

Vald lösning

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.