1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

update URLs in tests

- and one in docs/MANUAL as well

Closes https://github.com/curl/curl/pull/3038
This commit is contained in:
Viktor Szakats 2018-09-23 22:26:11 +00:00
parent b801b453af
commit 6ae6b2a533
5 changed files with 6 additions and 6 deletions

View File

@ -694,7 +694,7 @@ HTTPS
included in recent versions of OpenSSL, and for older versions Dr Stephen 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 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: 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 Example on how to automatically retrieve a document using a certificate with
a personal password: a personal password:

View File

@ -1,5 +1,5 @@
<testcase> <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> <info>
<keywords> <keywords>
HTTP HTTP

View File

@ -1,7 +1,7 @@
<testcase> <testcase>
# Test case inspired by this question on stackoverflow: # 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> <info>
<keywords> <keywords>

View File

@ -15,7 +15,7 @@ Content-type: text/html
<HTML><BODY> <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> <p>Session ID: <i>003030000100000001000000000000000030330001000000B062410001000000</i></p>
@ -64,7 +64,7 @@ Content-type: text/html
<HTML><BODY> <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>

View File

@ -4,4 +4,4 @@
set -ex set -ex
# Clone the curl-fuzzer repository to the specified directory. # 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