summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Szakats <commit@vszakats.net>2018-09-23 22:26:11 +0000
committerViktor Szakats <commit@vszakats.net>2018-09-23 22:26:11 +0000
commit6ae6b2a533e8630afbb21f570305bd4ceece6348 (patch)
tree280f3b66b24e0a6761e1304b953c95e5d0e258fd
parentb801b453af6de75838c3298137628f05e94ffb48 (diff)
downloadcurl-6ae6b2a533e8630afbb21f570305bd4ceece6348.tar.gz
update URLs in tests
- and one in docs/MANUAL as well Closes https://github.com/curl/curl/pull/3038
-rw-r--r--docs/MANUAL2
-rw-r--r--tests/data/test13252
-rw-r--r--tests/data/test13312
-rw-r--r--tests/data/test3204
-rwxr-xr-xtests/fuzz/download_fuzzer.sh2
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/MANUAL b/docs/MANUAL
index 280f1226d..2b8347408 100644
--- a/docs/MANUAL
+++ b/docs/MANUAL
@@ -694,7 +694,7 @@ HTTPS
included in recent versions of OpenSSL, and for older versions Dr Stephen
N. Henson has written a patch for SSLeay that adds this functionality. You
can get his patch (that requires an SSLeay installation) from his site at:
- http://www.drh-consultancy.demon.co.uk/
+ https://web.archive.org/web/20170715155512/www.drh-consultancy.demon.co.uk/
Example on how to automatically retrieve a document using a certificate with
a personal password:
diff --git a/tests/data/test1325 b/tests/data/test1325
index 9f5ee58e8..6da1cbc6a 100644
--- a/tests/data/test1325
+++ b/tests/data/test1325
@@ -1,5 +1,5 @@
<testcase>
-# http://greenbytes.de/tech/webdav/draft-reschke-http-status-308-latest.html
+# https://greenbytes.de/tech/webdav/draft-reschke-http-status-308-latest.html
<info>
<keywords>
HTTP
diff --git a/tests/data/test1331 b/tests/data/test1331
index 3299df469..6b5823529 100644
--- a/tests/data/test1331
+++ b/tests/data/test1331
@@ -1,7 +1,7 @@
<testcase>
# Test case inspired by this question on stackoverflow:
#
-# http://stackoverflow.com/questions/10017165/use-libcurl-with-bluecoat-cookie-proxy
+# https://stackoverflow.com/questions/10017165/use-libcurl-with-bluecoat-cookie-proxy
#
<info>
<keywords>
diff --git a/tests/data/test320 b/tests/data/test320
index 457a11eb2..5db7934a0 100644
--- a/tests/data/test320
+++ b/tests/data/test320
@@ -15,7 +15,7 @@ Content-type: text/html
<HTML><BODY>
-<CENTER><H1>This is <a href="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
+<CENTER><H1>This is <a href="https://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
<p>Session ID: <i>003030000100000001000000000000000030330001000000B062410001000000</i></p>
@@ -64,7 +64,7 @@ Content-type: text/html
<HTML><BODY>
-<CENTER><H1>This is <a href="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
+<CENTER><H1>This is <a href="https://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
diff --git a/tests/fuzz/download_fuzzer.sh b/tests/fuzz/download_fuzzer.sh
index 8c70b56e1..e88a581e1 100755
--- a/tests/fuzz/download_fuzzer.sh
+++ b/tests/fuzz/download_fuzzer.sh
@@ -4,4 +4,4 @@
set -ex
# Clone the curl-fuzzer repository to the specified directory.
-git clone http://github.com/curl/curl-fuzzer $1
+git clone https://github.com/curl/curl-fuzzer $1