SSL_set_wfd
int SSL_set_wfd(SSL *s, int fd);
SSL_set_wfd(ctx->ssl_conn, fd_write) != 1) {
SSL_set_wfd(conn_ctx->ssl_conn, fd_write) != 1) {