diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index 983ed540d4..e8bed4eac5 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -1037,6 +1037,10 @@ schannel_connect_step2(struct Curl_easy *data, struct connectdata *conn, doread = (connssl->connecting_state != ssl_connect_2_writing) ? TRUE : FALSE; + DEBUGF(infof(data, + "schannel: SSL/TLS connection with %s port %hu (step 2/3)", + SSL_HOST_NAME(), conn->remote_port)); + if(!backend->cred || !backend->ctxt) return CURLE_SSL_CONNECT_ERROR;