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

Http3 #6558

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Http3 #6558

wants to merge 4 commits into from

Conversation

ostcar
Copy link
Member

@ostcar ostcar commented Mar 4, 2023

This branch updates caddy and also creates the foundation to support http3. It does not change anything for existing installations, so I don't think there is any harm by merging this.

It changes the ports inside the proxy container to the http default ports (80 and 443 instead 8000 and 8001). But the docker-compose file still exposes the old port, so nothing should change.

This change is important. In my tests it was only possible to use http3 on the default ports. It seems, that the browsers currently do not accept http3 on other ports. Caddy sets the alt-svc header to its https_port. This has to be 443.

@ostcar ostcar requested a review from peb-adr March 4, 2023 06:23
@ostcar ostcar mentioned this pull request Mar 4, 2023
@ostcar ostcar added the feature label Mar 4, 2023
@ostcar ostcar added this to the 4.1 milestone Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants