How to simulate SSL client failing handshake?
Solution 1:
You can try with open ssl s_client (https://www.openssl.org/docs/apps/s_client.html ) .
If you use a disabled cipher its the same as failled handshake . (-cipher SRP-AES-256-CBC-SHA for example depends your server cipher :) ) .