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

Support QUIC connections #124

Open
foosly opened this issue Jul 13, 2024 · 1 comment
Open

Support QUIC connections #124

foosly opened this issue Jul 13, 2024 · 1 comment

Comments

@foosly
Copy link

foosly commented Jul 13, 2024

Hi, do you have plans to support QUIC connections as it appears that mitm is possible too ?

@pimterry
Copy link
Member

Hi @foosly. It's definitely possible to intercept QUIC in theory, but right now it's extremely challenging in practice, primarily because very few libraries and tools support QUIC. Most notably OpenSSL support is limited (last I saw, they supported it only client side, not server side - mitm tooling requires both) and because of this the support many in downstream languages & platforms (in our case, Node.js) is non-existent.

We're talking about QUIC here, but really HTTP/3 is what HTTP Toolkit would support (and related protocols like WebTransport) - I'm not currently planning on supporting raw QUIC traffic (in much the same way we don't currently support raw TLS connections or anything else similar).

As soon as Node.js has support for HTTP/3 (which is in progress, but not imminent as far as I'm aware) then it'll also be supported here ASAP afterwards. You're welcome to contribute to Node.js to help make that happen!

Is there a particular reason you're interested in this?

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

2 participants