CURLOPT_SSL_CIPHER_LIST (3) Linux Manual Page
CURLOPT_SSL_CIPHER_LIST – specify ciphers to use for TLS Synopsis #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSL_CIPHER_LIST, char *list); Description Pass a char *, pointing to a zero terminated string holding the list of ciphers to use for the SSL connection. The list must be syntactically correct, it consists of one or more cipher strings separated by…
