aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_select.c')
-rw-r--r--src/testcurl/https/test_https_get_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c
index dca9d166..9f9ba99f 100644
--- a/src/testcurl/https/test_https_get_select.c
+++ b/src/testcurl/https/test_https_get_select.c
@@ -111,7 +111,7 @@ testExternalGet (int flags)
111 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 111 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
112 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); 112 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
113 /* TLS options */ 113 /* TLS options */
114 curl_easy_setopt (c, CURLOPT_SSLVERSION, CURL_SSLVERSION_SSLv3); 114 curl_easy_setopt (c, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1);
115 curl_easy_setopt (c, CURLOPT_SSL_CIPHER_LIST, aes256_sha); 115 curl_easy_setopt (c, CURLOPT_SSL_CIPHER_LIST, aes256_sha);
116 curl_easy_setopt (c, CURLOPT_SSL_VERIFYPEER, 0); 116 curl_easy_setopt (c, CURLOPT_SSL_VERIFYPEER, 0);
117 curl_easy_setopt (c, CURLOPT_SSL_VERIFYHOST, 0); 117 curl_easy_setopt (c, CURLOPT_SSL_VERIFYHOST, 0);