166 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
1
vote
4
replies
99
views
Why doesn't Google Chrome allow using custom root certificate authorities for HTTP/3 + QUIC?
So, why doesn't Google Chrome allow using custom root certificate authorities for HTTP/3 + QUIC?
I found information on the Internet that this is supposedly done to increase security in order to ...
0
votes
1
answer
134
views
Creating a MsQuic/Nghttp3 WebTransport Server
The idea is for my Windows app to exchange QUIC data with a browser.
Upon creating a server with msquic and nghttp3, I'm not sure why chrome says
Failed to establish a connection to https://host.com:...
0
votes
0
answers
42
views
Kestrel .NET HTTP/3 fails to connect in Firefox, falls back to HTTP/2
I am trying to get a .NET 9 web server to serve HTTP/3 on Ubuntu 24.04 using Kestrel and MsQuic
Despite the server appearing to be configured correctly and listening on all the right ports, Firefox ...
2
votes
0
answers
52
views
Separate domain for static content in the days of HTTP2 [closed]
More than 15 years ago, it was asked here if it is "worth having static resources in a separate domain/server". Also in 2009, it was "considered a best practice to serve static content, ...
1
vote
0
answers
191
views
How to make a simple Hello World server for QUIC connections?
After I add the --origin-to-force-quic-on=localhost:443 argument for the Chrome launcher, all connections (navigation ones included) start to trigger the QUIC endpoint on my server. That's totally ...
1
vote
1
answer
298
views
Why WebTransport cannot connect to my server?
When I'm trying to make a simple QUIC connection via new WebTransport('https://localhost') this request never reaches my server and immediately terminating in Chrome with Failed to establish a ...
0
votes
1
answer
37
views
msquic.h / msquic.lib - does this ship with Visual Studio 2022 Community Edition?
I'm working on my first quic project and trying to get some POC code to work. However, I cannot seem to find the msquic.h and .lib. I'm using community edition of VS 2022; does quic ship with the ...
0
votes
0
answers
47
views
Can Hap Proxy proxy h3 connection to an h3 server?
I can see documentations for listening for h3 connections and forwarding to http1.1 or 2. But can it forward as a http3?
I am using this config
backend my_quic_backend
mode http
...
0
votes
0
answers
37
views
Build chromiu-cronet android on mac M4
As I understand, installing vm-linux and compiling Android on M1 will prompt a script error and can only be compiled under the Intel architecture
I'm getting an error even if I use qemu compile
So my ...
1
vote
0
answers
82
views
Does Nginx not support multi-worker-process when use HTTP3 on MAC?
When I specified Nginx to work in a multi-process manner, the HTTP3 request would report an error. What i can sure is, when start Nginx
with single worker process it can work successfully.
I'am not ...
0
votes
0
answers
82
views
File downloads using QUIC
For a university project I am training a ML model to classify QUIC traffic.
One of the requested categories for the classifier is "big file downloads".
To classify this category, I need to ...
0
votes
1
answer
68
views
how to register NWListener for QUIC
I am trying to create HTTP3 protocol stack with Network.framework on Apple platforms.
Http3 needs to creates unidirectional QUIC streams as control stream by server and client,
but always not ready to ...
1
vote
0
answers
49
views
Issues building the Chromium kernel
When building this GitHub project: https://github.com/danalex97/abrcc, I encountered a problem at the first step. I followed the steps to run quic/install.sh --install and found an error:
[running] /...
0
votes
0
answers
360
views
nginx server not enabling HTTP/3 and QUIC
i have hosted my video on nginx server and serving through localhost.
but still the client-protocol being shown in my dev tools network tab on chrome and safari browser for macos is HTTP/2 and not ...
0
votes
0
answers
42
views
netty-incubator-codec-http3:server create stream to client push data fail
In my Netty-incubator-codec-http3 application, the server creates a new stream to the client, calls writeAndFlush(), but the client doesn't receive the data.
Client and server successfully connect and ...