NGINX 1.25.0 QUIC/HTTP3 Notice

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.

3 thoughts on “NGINX 1.25.0 QUIC/HTTP3 Notice”

  1. 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

    1. 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.

Leave a Reply

Your email address will not be published. Required fields are marked *