Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to quic shake hands with chrome using quiche #1680

Open
haohaoCD opened this issue Dec 7, 2023 · 2 comments
Open

failed to quic shake hands with chrome using quiche #1680

haohaoCD opened this issue Dec 7, 2023 · 2 comments

Comments

@haohaoCD
Copy link

haohaoCD commented Dec 7, 2023

I built an HTP3 service using http3-server. c and used firefox to access it without any issues. However, accessing it using Chrome or msedge would result in errors. Through wireshark packet capture, it was found that the quick handshake failed. The first initial packet sent by the HTP3 service, Wireshark decoding, failed. Has anyone encountered this problem
微信截图_20231207175719

@FanL1u
Copy link

FanL1u commented Dec 11, 2023

Did you add SSLKEYLOGFILE file? I had the same issue. I fixed it by turning off "quic.reassemble_crypto_out_of_order" in wireshark. Wireshark->preferences->protoocl->QUIC. And I also set "--wire-version" to 1 when I use quiche client. Hope this is helpful to you.

@haohaoCD
Copy link
Author

Did you add SSLKEYLOGFILE file? I had the same issue. I fixed it by turning off "quic.reassemble_crypto_out_of_order" in wireshark. Wireshark->preferences->protoocl->QUIC. And I also set "--wire-version" to 1 when I use quiche client. Hope this is helpful to you.

Thank you for your reply. I have added the SSLKEYLOGFILE file. I use Chrome to access the HTTP3 service on the public network through Quic, and there is no problem displaying it through Wireshark packet capture. I think it's because cloudflare's quiche does not support parsing Chrome's Quic protocol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants