SSL Stapling Error - jigneshpshah/greycube_helpmanual GitHub Wiki

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