forked from fholzer/docker-nginx-brotli
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Browsers still using HTTP2 #78
Labels
bug
Something isn't working
Comments
Did you try checking your server with curl?
Of course replace the localhost with your domain :) Run it both from your server directly and from your local machine. |
Additionally, is UDP port 443 open at the firewall? |
Should resolve macbre/phantomas#970 |
Let's merge this one with #81. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi !
I'm trying to build an HTTP3 server with your Docker image, but can't get it working :/
I'm starting it with the command :
Before that I rewrote the
https.conf
to send the Alt-Svc header with port 443 instead of 8443.I just replaced the certificates by some I built with Certbot, to make them valid.
If I load my domain in Chrome or Firefox (http3 enabled), the It works page (index.html) loads, but in the Network tab I can see it use HTTP2 instead of 3.
If I test it on https://www.http3check.net/, it fails with "QUIC connection could not be established"
Do you have any clue, or a working live example ?
Thanks !
The text was updated successfully, but these errors were encountered: