summaryrefslogtreecommitdiff
path: root/docs/examples/simplessl.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-11-22 07:39:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-11-22 07:39:15 +0000
commit9e1123debe5a3fcf3e1d706596f65fc4367658ba (patch)
tree6d99f8118b727fccdcb24f9887eb8d0f163c80fa /docs/examples/simplessl.c
parentc7354142c0145ba295a2b90ce3d3e149fbeec10a (diff)
downloadcurl-9e1123debe5a3fcf3e1d706596f65fc4367658ba.tar.gz
don't use curl.haxx.se
Diffstat (limited to 'docs/examples/simplessl.c')
-rw-r--r--docs/examples/simplessl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/simplessl.c b/docs/examples/simplessl.c
index 9a53603f4..4eedfc78e 100644
--- a/docs/examples/simplessl.c
+++ b/docs/examples/simplessl.c
@@ -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... */