NGINX 1.15.7-1 mainline built against OpenSSL 1.1.1a with TLS 1.3 Final (RFC 8446) and brotli for Red Hat Enterprise Linux and CentOS

NGINX 1.15.7-1 mainline-version, built statically against OpenSSL 1.1.1a with ngx cache purge and TLS 1.3 final support added to repository. TLS 1.3 works with Google Chrome versions 70. To enable TLS 1.3, you must specify:

ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;

Links:

Alternatively, feel free to use our CentOS/RHEL repository.

NGINX 1.14.1-1 stable and 1.15.6-1 mainline built against OpenSSL 1.1.1 with TLS 1.3 Final (RFC 8446) and brotli for Red Hat Enterprise Linux and CentOS

NGINX 1.15.6-1 mainline-version and NGINX 1.14.1-1 stable, built statically against OpenSSL 1.1.1 with ngx cache purge and TLS 1.3 final support added to repository. TLS 1.3 works with Google Chrome versions 70. To enable TLS 1.3, you must specify:

ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;

Links:

Alternatively, feel free to use our CentOS/RHEL repository.

NGINX 1.14.0-2 stable and 1.15.5-2 mainline built against OpenSSL 1.1.1 with TLS 1.3 Final (RFC 8446) and brotli for Red Hat Enterprise Linux and CentOS

NGINX 1.15.5-2 mainline-version and NGINX 1.14.0-2 stable, built statically against OpenSSL 1.1.1 with ngx cache purge and TLS 1.3 final support added to repository. TLS 1.3 works with Google Chrome versions 70. To enable TLS 1.3, you must specify:

ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;

Links:

Alternatively, feel free to use our CentOS/RHEL repository.

NGINX 1.15.5 mainline built against OpenSSL 1.1.1 with TLS 1.3 and brotli for Red Hat Enterprise Linux and CentOS

NGINX 1.15.5-1 mainline-version, built statically against OpenSSL 1.1.1 with ngx cache purge and TLS 1.3 final support added to repository. TLS 1.3 works with Google Chrome versions 70 (stable version release scheduled to October 16, 2018). Alternatively, TLS 1.3 support can be tested using Chrome Beta.

We would also recommend you to check whether chrome://flags/#tls13-varian flag is set to “Enabled (Final)”.

Links:

Alternatively, feel free to use our CentOS/RHEL repository.

NGINX 1.15.2 mainline built against OpenSSL 1.1.1-pre2 with TLS 1.3 draft 23 and brotli for Red Hat Enterprise Linux and CentOS

NGINX 1.15.2-1 mainline-version, built statically against OpenSSL 1.1.1-pre2 and ngx cache purge. TLS 1.3 draft 23 support added. TLS 1.3 draft 23 works with current versions of Google Chrome and Mozilla Firefox. Links:

Alternatively, feel free to use our CentOS/RHEL repository.

NGINX 1.15.1 mainline built against OpenSSL 1.1.1-pre2 with TLS 1.3 draft 23 and brotli for Red Hat Enterprise Linux and CentOS

NGINX 1.15.1-1 mainline-version, built statically against OpenSSL 1.1.1-pre2 and ngx cache purge. TLS 1.3 draft 23 support added. TLS 1.3 draft 23 works with current versions of Google Chrome and Mozilla Firefox. Links:

Alternatively, feel free to use our CentOS/RHEL repository.

NGINX 1.15.0 mainline built against OpenSSL 1.1.1-pre2 with TLS 1.3 draft 23 and brotli for Red Hat Enterprise Linux and CentOS

NGINX 1.15.0-1 mainline-version, built statically against OpenSSL 1.1.1-pre2 and ngx cache purge. TLS 1.3 draft 23 support added. TLS 1.3 draft 23 works with current versions of Google Chrome and Mozilla Firefox. Links:

Alternatively, feel free to use our CentOS/RHEL repository.

NGINX 1.14.0 stable built against OpenSSL 1.1.1-pre2 with TLS 1.3 draft 23 and brotli for Red Hat Enterprise Linux and CentOS

NGINX 1.14.0-1 stable-version, built statically against OpenSSL 1.1.1-pre2 and ngx cache purge. TLS 1.3 draft 23 support added. TLS 1.3 draft 23 works with current versions of Google Chrome and Mozilla Firefox.

Links:

Alternatively, feel free to use our CentOS/RHEL repository.

NGINX 1.13.12-1 mainline built against OpenSSL 1.1.1-pre2 and ngx_brotli for Red Hat Enterprise Linux and CentOS

NGINX 1.13.12-1 mainline-version, built statically against OpenSSL 1.1.1-pre2 and “ngx cache purge“.

Links:

Alternatively, feel free to use our CentOS/RHEL repository.

NGINX 1.13.8-1 mainline built against OpenSSL 1.1.1-dev draft 18 branch and ngx_brotli for Red Hat Enterprise Linux and CentOS

NGINX 1.13.8-1 mainline-version, built statically against OpenSSL 1.1.1-dev draft 18 branch and “ngx cache purge“.

To test/play with TLSv1.3 please modify your config as follows:

server { 
... 
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; 
ssl_ciphers TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-128-GCM-SHA256:TLS13-AES-256-GCM-SHA384:ECDHE:!COMPLEMENTOFDEFAULT; ssl_ecdh_curve secp384r1; 
... 
}

Links:

Alternatively, feel free to use our CentOS/RHEL repository.