setup_ssl
rc = setup_ssl(conn, hostname);
static int setup_ssl(APP_CONN *conn, const char *hostname);
rc = setup_ssl(conn, conn->hostname);