В репозиторий добавлен NGINX 1.23.3 mainline с поддержкой сжатия brotli от Google, http2, ngx cache purge и ngx http geoip2 module. OpenSSL собран динамически с OpenSSL+QUIC 1.1.1s.
TLS 1.3 final на сегодня работает в Google Chrome 70+ и Mozilla Firefox 63+.
RHEL 8 / Alma Linux 8 / Rocky Linux 8 / CentOS 8 / Other EL8 репозиторий стал модульным. Для установки надо включить соответствующий стрим:
dnf module enable -y nginx:codeit-mainline
Для включения TLS 1.3 надо указать:
ssl_protocols TLSv1.2 TLSv1.3;
C версии 1.21.6 мы собираем OpenSSL+QUIC 1.1.1 отдельно, он устанавливается в /lib64 отдельно с суффиксом .so.81.1.1 и никак не затрагивает системные библиотеки.
Hello,
codeit-quic
Is this module no longer maintained?
Hello Wang,
Why do you think so?
I checked the repository yesterday and changes set that was prepared as a part of 1.23.3 is not yet merged to quic branch.
For now quic branch only contains 1.23.2 + quic fixes.
Once they will land these changes, we will proceed with the 1.23.3 quic build.
They just merged the changes. Builds and tests started.
It seems that I was too flustered, and the new version has been updated, thank you for your maintenance.