Please note that since NGINX 1.25.0 QUIC branches on Mercurial and GitHub are removed.
All the development moved to Mainline branch. Thus, the builds of Mainline version now have QUIC. QUIC Streams and repository will be moved to the archive repo, please switch to mainline:
RHEL 7 / CentOS 7:
yum upgrade -y codeit-repo-release yum-config-manager --enable CodeIT-mainline --save
RHEL 8-9 / Alma Linux 8-9 / Rocky Linux 8-9 / CentOS 8-9 / Other EL8/EL9:
dnf module reset -y nginx dnf module enable -y nginx:codeit-mainline
NGINX team also notified that TCP streams now do not have QUIC support, thus we build without --with-stream_quic_module
option.
Hi Alexander,
Is everything alright? I was wondering about the OpenSSL3.0.11+quic for Apache. When will it be available in the codeit repositories?
Currently, when I do «dnf update openssl-quic-libs», it is still showing version 3.0.10.
Thanks,
Jonah
Hi Jonah,
Thanks, everything is good, hope you doing well too.
You are fully correct, we still have 3.0.10 with a minor Windows only vulnerability. This does not affect Linux versions.
Anyway, there is not a delay on codeit.guru side: https://github.com/quictls/openssl/releases did not yet released 3.0.11 version, unfortunately.
I usually release and run tests the same day.
Will monitor the situation furthter.
FYI: quictls/openssl team discusses the problem when openssl 3.2 has its own client only quic implementation and names used intersects with quictls project.
Thank you for the update, Alexander.
I am also happy to learn that you are safe.