]> granicus.if.org Git - curl/commitdiff
update URLs in tests
authorViktor Szakats <commit@vszakats.net>
Sun, 23 Sep 2018 22:26:11 +0000 (22:26 +0000)
committerViktor Szakats <commit@vszakats.net>
Sun, 23 Sep 2018 22:26:11 +0000 (22:26 +0000)
- and one in docs/MANUAL as well

Closes https://github.com/curl/curl/pull/3038

docs/MANUAL
tests/data/test1325
tests/data/test1331
tests/data/test320
tests/fuzz/download_fuzzer.sh

index 280f1226df01522a037416857917b80a3512edba..2b83474086eac79ad7f954a4c787e4620e6ddbb1 100644 (file)
@@ -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:
index 9f5ee58e8f962c73dd33d7af4d69040fdc3bdc41..6da1cbc6a3132be342de49a9618ccbd8c7332a50 100644 (file)
@@ -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
index 3299df469c0e040213560f41b3f418c9afa7521e..6b5823529ed10297a3c3188c1936c65fb0d52f10 100644 (file)
@@ -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>
index 457a11eb24d50e0ddce5c9acf32c684ee19135cf..5db7934a05b88b8a65bead855141ab38214327e1 100644 (file)
@@ -15,7 +15,7 @@ Content-type: text/html
 \r
 
 <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
 \r
 
 <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>
 
 
 
index 8c70b56e1bb681ac4a1d45c55127cfd57ca3539c..e88a581e1c236eeb322db190c20baaf671d8f6b1 100755 (executable)
@@ -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