Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blaze does not support HTTP/2 over http (without TLS) #864

Open
kamilkloch opened this issue Apr 3, 2024 · 0 comments
Open

Blaze does not support HTTP/2 over http (without TLS) #864

kamilkloch opened this issue Apr 3, 2024 · 0 comments

Comments

@kamilkloch
Copy link

kamilkloch commented Apr 3, 2024

An HTTP/2 connection over http is handled via HTTP/1, blaze prints a warning.

HTTP/2 support requires TLS. Falling back to HTTP/1.

According to the RFC , this statement is false - HTTP/2 does not enforce TLS.

The use-case for HTTP/2 over http is quite a big one in our case - blaze server is hidden behind an HAProxy, which handles the SSL layer, does multiplexing of connections and talks to blaze over http. SSL between HAProxy and blaze is wrong on 2 levels: 1) it incurrs a substantial performance penalty 2) it requires hacks to trust a self-signed blaze certificate.

Arguably, HTTP/2 should be supported without requiring TLS. (FWIW, ember does support it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant