Skip to content

Disable certificate verification #3

@ngoduykhanh

Description

@ngoduykhanh

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions