Welcome to Centmin Mod Community
Register Now

Master Branch memcached 1.5.13 server in123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Apr 23, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:38 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    memcached 1.5.13 server in123.09beta01

    - memcached 1.5.13 adds experimental TLS support contributed by Netflix folks which allows mixing TLS and non-TLS listeners https://github.com/memcached/memcached/wiki/ReleaseNotes1513 but no existing memcached client supports TLS as yet
    - centmin mod enables memcached TLS support when memcached version 1.5.13 or newer detected + when variable MEMCACHED_TLS='y' is set in persistent config file /etc/centminmod/custom_config.inc prior to centmin.sh menu option 10 runs. However, this is not fully working yet as memcached 1.5.13+ with TLS requires building against minimum OpenSSL 1.1.0g version and routine for that has not yet been developed in centmin mod 123.09beta01. Also additional memcached options (--enable-ssl, -o ssl_chain_cert and -o ssl_key) and SSL certificates are required to be configured and setup for memcached 1.5.13 server TLS support outlined at https://github.com/memcached/memcached/blob/ee1cfe3bf9384d1a93545fc942e25bed6437d910/doc/tls.txt. This commit is first step in preparation for eventual memcached TLS support but it's not yet ready yet.
    - MEMCACHED_TLS='n' disabled by default


    Continue reading...

    Centmin Mod Github Master branch

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