SSL_connect
i = SSL_connect(scon);
int SSL_connect(SSL *ssl);
if ((ssl_ret = SSL_connect(ctx->ssl_conn)) != 1) {
while ((ret = SSL_connect(conn->ssl)) == -1) {
error = SSL_connect(config.ssl);