SSL_OP_ALL
SSL_CTX_set_options(ctx, SSL_OP_ALL | s_client_config.off);
SSL_CTX_set_options(ctx, SSL_OP_ALL);
SSL_CTX_set_options(ctx2, SSL_OP_ALL);
SSL_CTX_set_options(tm_ctx, SSL_OP_ALL);
ssl_ctx_options = SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_TICKET;