CURLOPT_USE_SSL (3) Linux Manual Page
CURLOPT_USE_SSL – request using SSL / TLS for the transfer Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_USE_SSL, long level); DescriptionPass a long using one of the values from below, to make libcurl use your desired level of SSL for the transfer. These are all protocols that start out plain text and get "upgraded" to SSL using…
