Want more timely Centmin Mod News Updates?
Become a Member

Nginx Nginx error SSL stapling

Discussion in 'Install & Upgrades or Pre-Install Questions' started by duderuud, Jun 30, 2025.

  1. duderuud

    duderuud Active Member

    318
    97
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +215
    Local Time:
    8:44 AM
    1.29 x
    11.4
    Please fill in any relevant information that applies to you:
    • CentOS Version: AlmaLinux 9.6
    • Centmin Mod Version Installed: 140.00beta01
    • Nginx Version Installed: 1.29
    • PHP Version Installed: 8.4.8
    • MariaDB MySQL Version Installed: 10.6.22
    • When was last time updated Centmin Mod code base ? : just now
    • Persistent Config:

    Just installed a new VM and upgraded Nginx and PHP. When running an "nginx -t" I receive the following errors:
    Code (Text):
    nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/nginx/conf/ssl/domain.com/domain.com-acme.cer"
    nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate "/usr/local/nginx/conf/ssl/domain.com/domain.com-acme-ecc.cer"
    



    Seems like it has to do with this.

    Fixed it by changing:
    Code (Text):
    ssl_stapling on;
    ssl_stapling_verify on;
    

    to
    Code (Text):
    ssl_stapling off;
    ssl_stapling_verify off;
    


    Is that the correct way of fixing it?
     
    Last edited: Jul 3, 2025
  2. eva2000

    eva2000 Administrator Staff Member

    58,907
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    4:44 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Yeah quickest way to resolve this. Thanks for heads up :)

    FYI, there's no harm in the warning though, operationally won't impact anything AFAIK
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,907
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    4:44 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Updated 131.00stable, 132.00stable and 140.00beta01 with fix, so folks can run cmupdate command and run and exit centmin.sh menu once. Also added auto fix to nginx upgrade routines when running centmin.sh menu option 4.