Closed Bug 1882018 Opened 1 years ago Closed 1 years ago

QUIC (HTTP/3) connection does not work when using SOCKS5 proxy

Categories

(Core :: Networking: HTTP, defect)

Firefox 121
defect

Tracking

()

RESOLVED DUPLICATE of bug 1808692

People

(Reporter: konstantin.t.i, Unassigned)

Details

Steps to reproduce:

Hello.
FreeBSD 13.2
Firefox 121.0.1

In Firefox settings I set it to use SOCKS5 proxy.
I open a website using the QUIC protocol (HTTP/3).
For example https://quic.nginx.org/quic.html
On this page, you can click on the RUN button to run the HTTP/3 inspection test.

Actual results:

The site opens using HTTP/2 protocol, instead of HTTP/3.

Expected results:

The site must open using the HTTP/3 protocol.

If you turn off SOCKS5, then everything works correctly.
Strange. QUIC is just an add-on over UDP, just like HTTP is over TCP.
And Socks5 supports TCP and UDP. In theory it should work.

The Bugbug bot thinks this bug should belong to the 'Core::Networking: HTTP' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Networking: HTTP
Product: Firefox → Core

This is because our SOCKS proxy layer does not support UDP traffic.

Status: UNCONFIRMED → RESOLVED
Closed: 1 years ago
Duplicate of bug: 1808692
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.