Can't work with Chrome under QUIC

1. My Caddy version (caddy -version):

Caddy v1.0.4

2. How I run Caddy:

a. System environment:

Ubuntu 19.10

b. Command:

./caddy -conf Caddyfile -quic

c. Service/unit/compose file:

d. My complete Caddyfile:

localhost:1234
root .

3. The problem I’m having:

I tried to use Caddy to connect with Chrome under QUIC with the “-quic” option in a local environment. But it still used TCP for connection. I used an Chome extention “HTTP/2 and SPDY indicator” to identify the using of QUIC. The indicator uses a lightning icon to show the protocol of the connection on the top right of Chrome. If the protocol is QUIC, the lightning will be green.

4. Error messages and/or full log output:

The lightning icon is always gray.

5. What I already tried:

I have tried several old versions of Chrome but it didn’t work.

6. Links to relevant resources:

Yeah it is because protocol version is not compatible, it’s not just for you it’s for everyone.

Thanks, I have tried several old versions of Chrome but it didn’t work. How can I get the compatible version of Chrome and Caddy?

I guess you can find more luck with caddy 2 and http_3 enabled

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.