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

A document is needed to explain that the current support for HTTP3 is not complete. #11502

Closed
tao12345666333 opened this issue Jun 24, 2024 · 4 comments · Fixed by #11513
Closed
Labels
kind/documentation Categorizes issue or PR as related to documentation. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@tao12345666333
Copy link
Member

          @tao12345666333 Hi, according to the nginx documentation, there is no need to change OpenSSL 1.1.1 to BoringSSL:

https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_early_data

The directive is supported when using OpenSSL 1.1.1 or higher (1.15.4) and BoringSSL.

UPD:
I was probably not quite right, because yes, openssl supports quic, but it is incomplete support, and there are problems with some functionality(early data) and performance. But the good news is that openssl said in its roadmap that version 3.4 will have server-side support: https://www.openssl.org/roadmap.html

Also there are problems with client side: openssl/openssl#23339

Originally posted by @ipaqsa in #11172 (comment)

@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-priority labels Jun 24, 2024
@tao12345666333 tao12345666333 added kind/documentation Categorizes issue or PR as related to documentation. and removed needs-priority labels Jun 24, 2024
@k8s-ci-robot k8s-ci-robot removed the needs-kind Indicates a PR lacks a `kind/foo` label and requires one. label Jun 24, 2024
@tao12345666333 tao12345666333 added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jun 24, 2024
@longwuyuan
Copy link
Contributor

@tao12345666333 does this need to be tagged labeled as permanent-issue (visible on top of the issues list) until its behind us, sometime in the future

@tao12345666333 tao12345666333 mentioned this issue Jun 24, 2024
10 tasks
@tao12345666333
Copy link
Member Author

tao12345666333 commented Jun 24, 2024

/cc @ipaqsa

@tao12345666333
Copy link
Member Author

@longwuyuan I don't think it's necessary at the moment because currently there are only some modifications on the NGINX side, and we haven't made any changes to the ingress-nginx controller yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
Development

Successfully merging a pull request may close this issue.

3 participants