Hi,
I am trying to set up the quic client and server. I get this error when i try to start the client
[0516/075906.476542:WARNING:proof_verifier_chromium.cc(531)] Failed to verify certificate chain: net::ERR_QUIC_CERT_ROOT_NOT_KNOWN
[0516/075906.476652:ERROR:tls_handshaker.cc(103)] TLS handshake failure (ENCRYPTION_HANDSHAKE) 46: certificate unknown
Failed to connect to
127.0.0.1:6121. QUIC_HANDSHAKE_FAILED TLS handshake failure (ENCRYPTION_HANDSHAKE) 46: certificate unknown
While using with --v=1 at client the trace ends with,
[0516/080143.614912:VERBOSE1:quic_packet_creator.cc(975)] Client: Successfully serialized coalesced packet of length: 1350
[0516/080143.614970:VERBOSE1:quic_connection.cc(2784)] Client: Setting default encryption level from ENCRYPTION_HANDSHAKE to ENCRYPTION_INITIAL
[0516/080143.615007:VERBOSE1:quic_connection.cc(3060)] Cancelling all QuicConnection alarms.
Failed to connect to
127.0.0.1:6121. QUIC_HANDSHAKE_FAILED TLS handshake failure (ENCRYPTION_HANDSHAKE) 46: certificate unknown
Here is what i tried to add the certificate
1. The certificate 2048-sha256-root.pem is added in the Key chain Access at System and the enabled ALWAYS TRUST
2. Tried giving --allow_unknown_root_cer and --disable_certificate_verification in the client