Skip to content

SSL Stapling Error

Jignesh Greycube edited this page May 17, 2021 · 1 revision

Error :

nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/etc/nginx/conf.d/ssl/domain.com.crt"

Solution :

If using godaddy SSL , you need concatenate the server certificate with bundle certificate as below and in the same order

cat www.example.com.crt bundle.crt > www.example.com.chained.crt

Clone this wiki locally