Chrome 52 allows modern versions of QUIC!

Matt Holt 2016-07-23 13:01:46 -06:00
parent 0ca2dc7d98
commit 831f575a86

12
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 \