Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QUIC request with google chrome

I am trying to force Google Chrome to use QUIC as the underlying protocol instead of TCP.

I used this command to force QUIC through the command line, but it doesn't work:

chrome --disable-setuid-sandbox --enable-quic --origin-to-force-quic-on=IP:443 http://IP:443/

Wireshark shows me that Google Chrome is still using TCP for that destination.

BTW i am using google chrome Version 97.0.4692.71

Can anyone help me in that matter.

like image 681
back2stackoverflow Avatar asked Jun 10 '26 12:06

back2stackoverflow


1 Answers

just trying to find a solution for chrome to use http3 without forcing it to, does not work for my local nginx-quic setup, firefox works out of the box... Just found your question. If i remember correctly you can only pass a single domain with that flag to chrome. This works for me:

--origin-to-force-quic-on=mylocaldomain.local:443
like image 138
Sascha Grindau Avatar answered Jun 17 '26 23:06

Sascha Grindau



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!