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

Http/3 issue #1005

Open
abouzoubaa opened this issue Dec 12, 2024 · 1 comment
Open

Http/3 issue #1005

abouzoubaa opened this issue Dec 12, 2024 · 1 comment

Comments

@abouzoubaa
Copy link

example hello-B3 does not work for http/3. Neither Safari nor chrome can connect to the server.

@markcda
Copy link
Contributor

markcda commented Dec 23, 2024

They must know in advance that they need to connect via HTTP3. Therefore, as a rule, you first need to start the H2 server and specify the ALT_SVC header to change the connection. Otherwise, you need to explicitly indicate that the connection to the address should be made using QUIC.

See this: https://github.com/kelmenhorst/quic-censorship/blob/main/browsers.md

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