cloudflare / quiche

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
https://docs.quic.tech/quiche/
BSD 2-Clause "Simplified" License
9.4k stars 709 forks source link

Quiche connected between android and windows pc failed: TlsFail #1204

Open chiwangnvp opened 2 years ago

chiwangnvp commented 2 years ago

I got TlsFailed always when I tried to connect and send somethings. And received always block: image

junhochoi commented 2 years ago

When you got TlsFailed, please check your are using the right certificates.

chiwangnvp commented 2 years ago

Is there a document about certificates ?

chiwangnvp commented 2 years ago

And my config about the quiche connection is set false to verify peer: image

So on my opinion there is no need to care about all that stuff about the certificates things, am I right? @junhochoi

LPardue commented 2 years ago

Please provide detailed reproduction steps and a debug log. Without those we can't help diagnose the issues.