I run quicbench to test my QUIC server but I got following error.
2016/08/17 14:34:20 Verify failedx509: certificate signed by unknown authority
How can I disable the certificate verification in quicbench? It looks like the current code doesn't support to do that.
return &http.Client{
Transport: goquic.NewRoundTripper(keepQuicConn),
}
But, is it possible to do from goquic.NewRoundTripper transport ?
I run quicbench to test my QUIC server but I got following error.
2016/08/17 14:34:20 Verify failedx509: certificate signed by unknown authorityHow can I disable the certificate verification in quicbench? It looks like the current code doesn't support to do that.
But, is it possible to do from goquic.NewRoundTripper transport ?