SSL_set_rfd
int SSL_set_rfd(SSL *s, int fd);
if (SSL_set_rfd(ctx->ssl_conn, fd_read) != 1 ||
if (SSL_set_rfd(conn_ctx->ssl_conn, fd_read) != 1 ||