OCSP stapling

Maxim Dounin mdounin at mdounin.ru
Wed Nov 9 09:55:14 UTC 2016


Hello!

On Tue, Nov 08, 2016 at 12:36:13PM +0100, Christian Cioni wrote:

> Hi,
> 
> on my server have activated a SSL in SNI configuration without problems, but
> for the OCSP stapling configurations, receive always “no response sent“
> 
>  
> 
> On my configuration have add:
> 
> ssl_trusted_certificate /etc/nginx/ssl/CA.pem;
> 
> ssl_stapling on;
> 
> ssl_stapling_verify on;
> 
>  
> 
> What can I check?

Try checking error logs.  Most likely you need more trusted 
certificates for things to work with "ssl_stapling_verify" 
switched on.  

-- 
Maxim Dounin
http://nginx.org/



More information about the nginx mailing list