You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does one use CURLOPT_SSLVERSION with this wrapper?
curl_easy_setopt(curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_DEFAULT) does not work for me since CURL_SSLVERSION_DEFAULT is not defined. I can not find any exposed values for this option by the wrapper.
How does one use
CURLOPT_SSLVERSION
with this wrapper?curl_easy_setopt(curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_DEFAULT)
does not work for me sinceCURL_SSLVERSION_DEFAULT
is not defined. I can not find any exposed values for this option by the wrapper.https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html
The text was updated successfully, but these errors were encountered: