Enable ECH without fallbacks in Nightly
Categories
(Core :: Networking: HTTP, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: djackson, Assigned: djackson)
References
(Blocks 1 open bug, Regressed 2 open bugs)
Details
Attachments
(2 files)
Based on the results from the Nightly experiment. We can enable ECH, ECH GREASE and ECH+QUIC in Nightly without fallbacks:
The Nimbus features are:
{
"tlsEnabled": true,
"h3Enabled": true,
"forceWaitHttpsRR": true,
"insecureFallback": false,
"tlsGreaseProb": 100,
"h3GreaseEnabled": true,
"disableGreaseOnFallback": false,
"greasePaddingSize": 100
}
Assignee | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Backed out for XPCShell failure on test_trr_https_fallback.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/05faf93f2ab817b42119177d28b3ff8ca45f764e
Log link: https://treeherder.mozilla.org/logviewer?job_id=410510125&repo=autoland&lineNumber=4049
Assignee | ||
Comment 3•2 years ago
|
||
The pref was misnamed in a few tests and needed setting correctly in others.
Depends on D173642
Assignee | ||
Updated•2 years ago
|
Comment 4•2 years ago
|
||
Enable ECH and ECH-QUIC in Nightly without fallbacks. r=kershaw
https://hg.mozilla.org/integration/autoland/rev/2f1af2b7a36497db83400ff7047b78ff6e5a44c8
https://hg.mozilla.org/mozilla-central/rev/2f1af2b7a364
Fix misnamed pref in ECH tests r=kershaw,necko-reviewers,valentin
https://hg.mozilla.org/integration/autoland/rev/70dec260867a04a285867e0586434475917f480d
https://hg.mozilla.org/mozilla-central/rev/70dec260867a
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Description
•