if i don't manually edith index.html, some failure happened when performing quic test. In the quic_client side, it outputs as below:
./out/Default/quic_client --host=127.0.0.1 --port=6121 https://www.example.org/
Connected to 127.0.0.1:6121
Request:
headers:
:authority: www.example.org
:method: GET
:path: /
:scheme: https
body:
Response:
headers: HTTP/1.1 500 OK
status: 500
content-length: 3
body: bad
Request failed (500).
net/tools/quic/certs/out/2048-sha256-root.pem
)
which you will need to add to your OS's root certificate store in order
for it to be trusted during certificate validate. For doing this on
linux, please see these instructions."certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n "www.example.org" -i net/tools/quic/certs/out/2048-sha256-root.pem