-
Notifications
You must be signed in to change notification settings - Fork 18
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
HTTP/2 without TLS does not work #6
Comments
Someone who desperately needs a usable http2 tester, +1000 for needing non-tls connections... especially when I'm hitting localhost. |
I found some alternatives:
|
i quickly hacked it to remove TLS https://github.com/aep/h2c |
I really think we should add non-TLS/h2c support in this client. This is often a well referenced tool when it comes to testing, and there are great usecases for not running TLS and not running a connection upgrade every time. |
For debugging, it would be useful if h2c also supported raw HTTP/2 without first establishing a TLS channel.
This is currently not possible, h2c will just fail.
Could you add this with an additional command line option or a fallback?
The text was updated successfully, but these errors were encountered: