SSL_OP_NO_SSLv2
.value = SSL_OP_NO_SSLv2,
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv2);
ssl_ctx_options = SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_TICKET;