Nginx SNI + OCSP stapling not working Nginx SNI + OCSP stapling not working nginx nginx

Nginx SNI + OCSP stapling not working


In your openssl s_client command, you should try again by adding the SNI option (-servername) : openssl s_client -connect <fqdn>:443 -servername <fqdn> -status -tlsextdebug -tls1_2 ...

I had the same issue et that worked for me.