mirror of
https://github.com/moparisthebest/curl
synced 2025-01-10 21:48:10 -05: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:
parent
b801b453af
commit
6ae6b2a533
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user