Open
Bug 1969090
Opened 7 months ago
Updated 4 months ago
WebTransport fails to connect over DoH to echo server
Categories
(Core :: Networking: DNS, defect, P2)
Core
Networking: DNS
Tracking
()
NEW
People
(Reporter: jesup, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [necko-triaged])
Go to the URL, hit 'Connect'. You get "Connection failed: WebTransportError: WebTransport connection rejected" if DoH is on. If it's off, it works.
Flags: needinfo?(valentin.gosu)
Comment 1•6 months ago
|
||
If I understand the problem correctly, the issue is that DoH returns IPv6 addresses first, and Webtransport doesn't retry with a different family when the first one fails.
Updated•6 months ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged]
Comment 2•5 months ago
|
||
Workaround
For users landing here, if WebTransport is not working for you, and you wish to debug to see if this is your issuue:
- Try going to Firefox Settings, search for "doh" and either temporarily turn off DNS over HTTPS to see if this fixes it, or add an exception.
You need to log in
before you can comment on or make changes to this bug.
Description
•