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

HTTP/2 without TLS does not work #6

Open
onitake opened this issue Mar 23, 2017 · 4 comments
Open

HTTP/2 without TLS does not work #6

onitake opened this issue Mar 23, 2017 · 4 comments

Comments

@onitake
Copy link

onitake commented Mar 23, 2017

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?

@JonathanHenson
Copy link

Someone who desperately needs a usable http2 tester, +1000 for needing non-tls connections... especially when I'm hitting localhost.

@onitake
Copy link
Author

onitake commented Mar 30, 2017

I found some alternatives:

@aep
Copy link

aep commented Jun 12, 2018

i quickly hacked it to remove TLS https://github.com/aep/h2c
this is a crappy hack but maybe its useful for someone else.

@guilt
Copy link

guilt commented Apr 12, 2019

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.

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

4 participants