-
Notifications
You must be signed in to change notification settings - Fork 38
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
QUIC (HTTP/3) connections do not work when using socks5 proxies #124
Comments
In Chrome, QUIC (HTTP/3) is a separate scheme than HTTP/HTTPS/SOCKS4/SOCKS5. At the moment, proxy.ProxyInfo does not appear to support QUIC (HTTP/3). I am going to have a chat with Mozilla engineers about it and get back to you. |
Strange. QUIC is just an add-on over UDP, just like HTTP is over TCP. |
It appears that HTTP/3 proxy is disabled in Firefox at the moment. ref: HttpBaseChannel.cpp PS. QUIC proxy is supported by Chrome and is enabled in FoxyProxy 8.10 |
Thanks a lot. |
I was told by the Firefox engineers. |
I asked a question yesterday - https://discourse.mozilla.org/t/quic-http-3-connection-does-not-work-when-using-socks5-proxy/128090 |
See also: |
Hello.
Thank you very much for the FoxyProxy extension, a very useful extension, I use it all the time.
Firefox 121.0.1
FoxyProxy 8.9
When using socks5 proxies, QUIC (HTTP/3) connections do not work, only HTTP2.
I check here https://quic.nginx.org/quic.html
The text was updated successfully, but these errors were encountered: