aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/mhds_get_test_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/mhds_get_test_select.c')
-rw-r--r--src/testcurl/https/mhds_get_test_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/mhds_get_test_select.c b/src/testcurl/https/mhds_get_test_select.c
index 1ddab1d3..1a524e1f 100644
--- a/src/testcurl/https/mhds_get_test_select.c
+++ b/src/testcurl/https/mhds_get_test_select.c
@@ -108,7 +108,7 @@ testExternalGet ()
108 } 108 }
109 109
110 c = curl_easy_init (); 110 c = curl_easy_init ();
111 curl_easy_setopt (c, CURLOPT_URL, "https://localhost:1082/hello_world"); 111 curl_easy_setopt (c, CURLOPT_URL, "https://127.0.0.1:1082/hello_world");
112 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 112 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
113 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); 113 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
114 /* TLS options */ 114 /* TLS options */