Hello,

My application is trying to access to a host, and getting Curl error code 7.
Curl returned error code 7 - Couldn't connect to server

I need to diagnose this a bit deeper and see what is happening. I've
already implemented a callback function with CURLOPT_DEBUGFUNCTION, and the
function displays messages related to "CURLINFO_TEXT", "CURLINFO_HEADER_IN"
or "CURLINFO_HEADER_OUT".

However, all I see in our log file is the above message with error code 7.
It seems like I am not getting (and Curl is not logging) the error message
or code from openssl or socket calls (if ever exist).

Is there a way to retrieve that? I would appreciate if someone can pinpoint
the code that does that.

The version of libcurl is 7_66_0
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to