Update log instructions again

Lucas Clemente 2017-06-06 11:07:17 +02:00
parent 487915551d
commit 7089ab9364

@ -39,7 +39,7 @@ First, make sure your domain name is properly set in your Caddyfile and the comm
Next, your site must use a trusted certificate as QUIC requires encryption. Next, your site must use a trusted certificate as QUIC requires encryption.
You can create a CA yourself an add it to your CA-database. When using this self-signed certificate, your site must have a hostname with top-level domain, eg. `foo.bar`, for Chromium to correctly send a QUIC ClientHello message. For testing over localhost you can add an entry to `/etc/hosts` or run Chrome with the host-resolver-rules option: `--host-resolver-rules='MAP foo.bar:<port> 127.0.0.1:<local_port>'` You can create a CA yourself an add it to your CA-database. When using this self-signed certificate, your site must have a hostname with top-level domain, eg. `foo.bar`, for Chromium to correctly send a QUIC ClientHello message. For testing over localhost you can add an entry to `/etc/hosts` or run Chrome with the host-resolver-rules option: `--host-resolver-rules='MAP foo.bar:<port> 127.0.0.1:<local_port>'`
If that's all good and you need more detailed output, launch caddy with the environment variable `QUIC_GO_LOG_LEVEL=2`. If that's all good and you need more detailed output, launch caddy with the environment variable `QUIC_GO_LOG_LEVEL=2` and with `-log stdout` or similar.
When you go to `chrome://net-internals/#events` you should see some QUIC events marked in red. When you go to `chrome://net-internals/#events` you should see some QUIC events marked in red.