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 7149caf7..13145390 100644
--- a/src/testcurl/https/test_https_get_select.c
+++ b/src/testcurl/https/test_https_get_select.c
@@ -127,7 +127,7 @@ testExternalGet (unsigned int flags)
127 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 127 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
128 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); 128 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
129 /* TLS options */ 129 /* TLS options */
130 curl_easy_setopt (c, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1); 130 curl_easy_setopt (c, CURLOPT_SSLVERSION, CURL_SSLVERSION_DEFAULT);
131 curl_easy_setopt (c, CURLOPT_SSL_VERIFYPEER, 0L); 131 curl_easy_setopt (c, CURLOPT_SSL_VERIFYPEER, 0L);
132 curl_easy_setopt (c, CURLOPT_SSL_VERIFYHOST, 0L); 132 curl_easy_setopt (c, CURLOPT_SSL_VERIFYHOST, 0L);
133 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1L); 133 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1L);