Join the community today
Register Now

Beta Branch prep for OpenSSL 3.2 support in Nginx and PHP-FPM for EL8/EL9 in 130.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Oct 28, 2023.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:04 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    prep for OpenSSL 3.2 support in Nginx and PHP-FPM for EL8/EL9 in 130.00beta01

    - prep work to optionally support OpenSSL 3.2 in Nginx and PHP-FPM compilation routines for EL8/EL9
    - OpenSSL 3.2 is officialy where OpenSSL adds HTTP/3 QUIC support as opposed to QuicTLS Fork of OpenSSL 1.1.1/3.0/3.1 that exists right now

    EL9 based Centmin Mod Nginx with OpenSSL 3.2.0 beta1

    nginx -V
    nginx version: nginx/1.25.3 (271023-172718-almalinux9-23516d1-br-a71f931)
    built by gcc 12.2.1 20221121 (Red Hat 12.2.1-7) (GCC)
    built with OpenSSL 3.2.0-beta1 26 Oct 2023

    PHP

    php --ri openssl

    openssl

    OpenSSL support => enabled
    OpenSSL Library Version => OpenSSL 3.2.0-beta1 26 Oct 2023
    OpenSSL Header Version => OpenSSL 3.2.0-beta1 26 Oct 2023
    Openssl default config => /opt/openssl/openssl.cnf

    Directive => Local Value => Master Value
    openssl.cafile => no value => no value
    openssl.capath => no value => no value

    PHP curl

    php --ri curl

    curl

    cURL support => enabled
    cURL Information => 7.76.1
    Age => 8
    Features
    AsynchDNS => Yes
    CharConv => No
    Debug => No
    GSS-Negotiate => No
    IDN => Yes
    IPv6 => Yes
    krb4 => No
    Largefile => Yes
    libz => Yes
    NTLM => Yes
    NTLMWB => Yes
    SPNEGO => Yes
    SSL => Yes
    SSPI => No
    TLS-SRP => Yes
    HTTP2 => Yes
    GSSAPI => Yes
    KERBEROS5 => Yes
    UNIX_SOCKETS => Yes
    PSL => Yes
    HTTPS_PROXY => Yes
    MULTI_SSL => No
    BROTLI => Yes
    Protocols => dict, file, ftp, ftps, gopher, gophers, http, https, imap, imaps, ldap, ldaps, mqtt, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
    Host => x86_64-redhat-linux-gnu
    SSL Version => OpenSSL/3.2.0
    ZLib Version => 1.2.11
    libSSH Version => libssh/0.10.4/openssl/zlib


    Directive => Local Value => Master Value
    curl.cainfo => /etc/ssl/certs/cacert.pem => /etc/ssl/certs/cacert.pem

    Continue reading...

    130.00beta01 branch

    Support Centmin Mod


    If you find Centmin Mod useful, please help support Centmin Mod
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:04 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+