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

Support http3 #217

Open
ostcar opened this issue Feb 25, 2023 · 1 comment
Open

Support http3 #217

ostcar opened this issue Feb 25, 2023 · 1 comment
Labels

Comments

@ostcar
Copy link
Member

ostcar commented Feb 25, 2023

Http3 uses udp instead of tcp. udp and tcp uses different ports. So the udp port 8000 has nothing to do with the tcp port 8000.

To use udp in docker, the udp port has also to be opened.

For example:

    ports:
      - 0.0.0.0:8000:8000
      - 0.0.0.0:8000:8000/udp

Currently, OpenSlides does not support http3. But I hope, with OpenSlides/OpenSlides#6553, http3 will be supported. Please change the creation of the docker-compose file, so it also opens the udp port

@ostcar ostcar added the feature label Feb 25, 2023
@ostcar
Copy link
Member Author

ostcar commented Mar 30, 2023

See OpenSlides/OpenSlides#6558

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

No branches or pull requests

1 participant