don't use curl.haxx.se
authorDaniel Stenberg <daniel@haxx.se>
Fri, 22 Nov 2002 07:39:15 +0000 (07:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Nov 2002 07:39:15 +0000 (07:39 +0000)
docs/examples/simplessl.c

index 9a53603f483e0be603b557ab6e37fa0e0f8278f4..4eedfc78e1bd79a00faa52443b02db4e616a8105 100644 (file)
@@ -66,7 +66,7 @@ int main(int argc, char **argv)
   curl = curl_easy_init();
   if(curl) {
     /* what call to write: */
-    curl_easy_setopt(curl, CURLOPT_URL, "HTTPS://curl.haxx.se");
+    curl_easy_setopt(curl, CURLOPT_URL, "HTTPS://your.favourite.ssl.site");
     curl_easy_setopt(curl, CURLOPT_WRITEHEADER, headerfile);
 
     while(1)                    /* do some ugly short cut... */