Discover Centmin Mod today
Register Now

TLS patch by Cloudflare added on Nginx or not?

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by pamamolf, Nov 10, 2016.

  1. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    10:43 AM
    Nginx-1.26.x
    MariaDB 10.6.x
    Hi :)

    I am wondering if this TLS patch by cloudflare added on main Nginx and doesn't need to enabled on Centminmod or not?

    As it is 5 months ago that they open it to public or Nginx doesn't like it ? :)

    Optimizing TLS over TCP to reduce latency

    Also is there any issues if i use:

    Code:
    NGINX_DYNAMICTLS='y'
    without have/use https on my domain?

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,905
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    5:43 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    123.09beta01 only option is disabled by default NGINX_DYNAMICTLS='n' and needs enabling via persistent config file /etc/centminmod/custom_config.inc set NGINX_DYNAMICTLS='y' and recompile nginx via cenmtin.sh menu option 4

    i have it set enabled for these forums and centminmod.com web site etc
     
  3. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    10:43 AM
    Nginx-1.26.x
    MariaDB 10.6.x
    Yes i know but i was wondering if they add that patch on main Nginx core so we will no need that custom patch..
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,905
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    5:43 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    no it's cloudflare patch only nothing official in nginx source
     
  5. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    10:43 AM
    Nginx-1.26.x
    MariaDB 10.6.x
    It will be ok if i enable it on a domain that is not using https or it will cause issues?
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,905
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    5:43 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    it's applied at nginx level for https sites only