Welcome to Centmin Mod Community
Become a Member

Master Branch add OPENSSL_TLSONETHREE TLSv1.3 control variable for OpenSSL 1.1.1

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 10, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:40 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    add OPENSSL_TLSONETHREE TLSv1.3 control variable for OpenSSL 1.1.1

    OpenSSL 1.1.1 has native TLS v1.3 support but may have issues with some networks/routers so adding OPENSSL_TLSONETHREE='n' variable to control whether or not to build OpenSSL 1.1.1 with TLSv1.3 support. Default setting is OPENSSL_TLSONETHREE='y' but to disable TLS v1.3 support in OpenSSL 1.1.1, set in persistent config file /etc/centminmod/custom_config.inc the variable OPENSSL_TLSONETHREE='n' prior to recompiling nginx via centmin.sh menu option 4

    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.