We attempted to build and run quic_client (from master) but encountered a problem when trying to connect it to a server within the quic::QuicCryptoClientConfig::QuicCryptoClientConfig() function.
Here is the error message along with the call stack:
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1710514147.211564 8724 quiche_system_event_loop_impl.h:18] Starting event loop for quic_client
F0315 16:49:07.294676 8724 quic_crypto_client_config.cc:70] Check failed: proofverifier.get()
Hello everyone,
We attempted to build and run quic_client (from master) but encountered a problem when trying to connect it to a server within the quic::QuicCryptoClientConfig::QuicCryptoClientConfig() function.
Here is the error message along with the call stack: WARNING: All log messages before absl::InitializeLog() is called are written to STDERR I0000 00:00:1710514147.211564 8724 quiche_system_event_loop_impl.h:18] Starting event loop for quic_client F0315 16:49:07.294676 8724 quic_crypto_client_config.cc:70] Check failed: proofverifier.get()
We executed ./quic_client on Ubuntu 22.04 and encountered failures when connecting to every server we tried.
Does anyone know how to solve this problem, or am I missing something?
Thank you for your assistance.