Join the community today
Become a Member

Nginx Nginx 1.15.3 mainline version has been released

Discussion in 'Nginx and PHP-FPM news & discussions' started by buik, Aug 29, 2018.

  1. buik

    buik “The best traveler is one without a camera.”

    2,023
    524
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,672
    Local Time:
    6:33 AM
  2. eva2000

    eva2000 Administrator Staff Member

    54,087
    12,177
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,735
    Local Time:
    3:33 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    thanks for heads up https://nginx.org/en/CHANGES

    Looking good with Centmin Mod 123.09beta01 + BoringSSL with TLS 1.3 Early Data (0-RTT)
    BoringSSL with TLS 1.3 Early Data (0-RTT) test via BoringSSL bssl client
    Code (Text):
    bssl client -connect domain.com:443 -test-resumption -early-data https.txt
    Connecting to IPADDR:443
    Connected.
      Version: TLSv1.3
      Resumed session: no
      Cipher: TLS_AES_128_GCM_SHA256
      ECDHE curve: X25519
      Signature algorithm: ecdsa_secp256r1_sha256
      Secure renegotiation: yes
      Extended master secret: yes
      Next protocol negotiated:
      ALPN protocol:
      OCSP staple: no
      SCT list: no
      Early data: no
      Cert subject: CN = domain.com
      Cert issuer: C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
    Connecting to IPADDR:443
    Connected.
      Version: TLSv1.3
      Resumed session: yes
      Cipher: TLS_AES_128_GCM_SHA256
      ECDHE curve: X25519
      Signature algorithm: ecdsa_secp256r1_sha256
      Secure renegotiation: no
      Extended master secret: no
      Next protocol negotiated:
      ALPN protocol:
      OCSP staple: no
      SCT list: no
      Early data: yes
      Cert subject: CN = domain.com
      Cert issuer: C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3

    All we need is OpenSSL 1.1.1 TLS 1.3 0-RTT - guess Nginx 1.15.4 will be the one :)
     
  3. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:33 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Updated

     
  4. eva2000

    eva2000 Administrator Staff Member

    54,087
    12,177
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,735
    Local Time:
    3:33 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+