From 831f575a86a9d6ecac0b94e01264b096d9fe7628 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Sat, 23 Jul 2016 13:01:46 -0600 Subject: [PATCH] Chrome 52 allows modern versions of QUIC! --- QUIC.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/QUIC.md b/QUIC.md index 9567913..0a59978 100644 --- a/QUIC.md +++ b/QUIC.md @@ -4,9 +4,17 @@ Caddy 0.9 has experimental QUIC support, powered by [lucas-clemente/quic-go](htt $ caddy -quic ``` -Sites that you serve with TLS will be shuttled over the wire by QUIC if the client supports it. +Sites that you serve with TLS will be shuttled over the wire with QUIC if the client supports it. -To try it, you'll need to run Chrome with special parameters until they remove the whitelist limitations. On a Mac (replace both occurrences of YOUR_SITE with your site's hostname): +### Client Support + +Chrome 52+ supports QUIC without needing a whitelist, so just open Chrome to your site and it should be served over QUIC! You can verify this by opening the inspector tools and going to the Security tab. Reload the page and click to view connection details: + +![](https://i.imgur.com/0i00b0h.png) + +If you run an older version of Chrome and don't like pain, just upgrade. + +If you like pain, however: you'll need to run Chrome with special parameters. On a Mac (replace both occurrences of YOUR_SITE with your site's hostname): ``` $ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \