Posted inHowto

Nginx ssl_stapling no OCSP responder URL in the certificate

How to fix error in nginx related to OCPS, the full logs nginx: [warn] “ssl_stapling” ignored, no OCSP responder URL in the certificate “/home/ssl/atetux.com/fullchain.cer” For the best practice, always test nginx configuration before restart/reload the services sudo nginx -t # output nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate "/home/ssl/atetux.com/fullchain.cer" nginx: the […]