<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">...<br>
2015/01/13 12:22:59 [crit] 11871#0: *140260577 SSL_do_handshake()<br>
failed (SSL: error:1408A0D7:SSL<br>
routines:SSL3_GET_CLIENT_HELLO:required cipher missing) while SSL<br>
handshaking, client: *.*.*.*, server: <a href="http://0.0.0.0:443" target="_blank">0.0.0.0:443</a><br><br>
</blockquote></div><br></div><div class="gmail_extra">According to the openssl code, this occurs when a client attempts to resume a session that had made use of previously-enabled ciphers. If you're changing your allowed ciphers frequently this could be why, otherwise a full cycle of nginx to empty out the session cache seems like it should resolve this.</div></div>