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.

4 thoughts on “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”

  1. Hi! We’re loving the work you do and have been happily using the package on CentOS6.

    Seeing this error on 7 though:

    –> Processing Dependency: libbrotli = 1:1.0.3 for package: 1:nginx-1.13.12-1.el7.codeit.x86_64
    –> Finished Dependency Resolution
    Error: Package: 1:nginx-1.13.12-1.el7.codeit.x86_64 (CodeITmainline)
    Requires: libbrotli = 1:1.0.3
    Available: libbrotli-1.0.20160607.git.3f46e28-1.el7.codeit.x86_64 (CodeITmainline)
    libbrotli = 1.0.20160607.git.3f46e28-1.el7.codeit
    Available: libbrotli-1.0.20160726.git.77a0db1-1.el7.codeit.x86_64 (CodeITmainline)
    libbrotli = 1.0.20160726.git.77a0db1-1.el7.codeit

Leave a Reply

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