aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test2034
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test2034')
-rw-r--r--tests/data/test20347
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/data/test2034 b/tests/data/test2034
index 57e3d8627..83f984a1d 100644
--- a/tests/data/test2034
+++ b/tests/data/test2034
@@ -12,7 +12,7 @@ PEM certificate
<reply>
<data>
HTTP/1.1 200 OK
-Date: Thu, 09 Nov 2010 14:49:00 GMT
+Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 7
@@ -26,6 +26,7 @@ MooMoo
<features>
SSL
SSLpinning
+!Schannel
</features>
<server>
https Server-localhost-sv.pem
@@ -34,7 +35,7 @@ https Server-localhost-sv.pem
simple HTTPS GET with DER public key pinning
</name>
<command>
---cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der https://localhost:%HTTPSPORT/2034
+--cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der https://localhost:%HTTPSPORT/%TESTNUMBER
</command>
# Ensure that we're running on localhost because we're checking the host name
<precheck>
@@ -46,7 +47,7 @@ perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /2034 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: localhost:%HTTPSPORT
User-Agent: curl/%VERSION
Accept: */*