Networking/Archive/http2: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 13: Line 13:
Firefox will only be implementing HTTP/2 over TLS - and right now that means for https:// schemed URLs. It does enforce the protocol's >= TLS 1.1 requirement - if a server negotiates HTTP/2 with a lower TLS version it is treated as a protocol error. (there is a preference for changing that for testing purposes if you need it.)
Firefox will only be implementing HTTP/2 over TLS - and right now that means for https:// schemed URLs. It does enforce the protocol's >= TLS 1.1 requirement - if a server negotiates HTTP/2 with a lower TLS version it is treated as a protocol error. (there is a preference for changing that for testing purposes if you need it.)


This build supports basic push and continuations.
This build supports basic push and continuations and both alpn and npn.


feedback of any sort welcomed to pmcmanus@mozilla.com and hurley@mozilla.com
feedback of any sort welcomed to pmcmanus@mozilla.com and hurley@mozilla.com


Previous builds
There is a separate, more experimental, build available that supports HTTP/2 for http:// URIs using Alternate-Services and the "h2t" profile. This allows HTTP/2 over TLS for http:// URIs in some cases without verification of the SSL certificate. That code is at


draft-08 and compression-04 builds at http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/hurley@mozilla.com-79063d5e5c67
https://tbpl.mozilla.org/?tree=Try&rev=aa2bf7283764
 
draft-07 and compression-04 builds at http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/hurley@mozilla.com-31cbcfa26b62
Confirmed users
72

edits