Testing OCSP stapling
			Posted on 
			 
				Mon 13 July 2015 
			
			
		
	Today I was fiddling around with nginx and ssl options and wanted to verify that my server is actually serving OCSP data in its responses.
Here is a simple bash one-liner, that does exactly that:
openssl s_client -connect blog.foxxx0.de:443 -tls1  -tlsextdebug  -status <<<$(echo -en 'Host: blog.foxxx0 …