Want more timely Centmin Mod News Updates?
Become a Member

Beta Branch update nginx vhost template routine for chacha20 draft ciphers

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 25, 2016.

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    10:13 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update nginx vhost template routine for chacha20 draft ciphers

    If cloudflare chacha20 openssl 1.0.2f+ patch is detected include the new chacha20 draft cipher for newly created Nginx vhost sites. Existing Centmin Mod users will need to manually update their site's SSL domain vhost file i.e. /usr/local/nginx/conf/conf.d/domain.com.ssl.conf with the new added chacha20 ciphers.

    basically changing ssl_ciphers listed 1st 2 ciphers from
    Code:
    ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:
    
    to
    Code:
    EECDH+CHACHA20-draft:EECDH+CHACHA20:
    
    Continue reading...


    123.09beta01 branch