Annotation of embedaddon/curl/tests/data/test2070, revision 1.1.1.1
1.1 misho 1: <testcase>
2: <info>
3: <keywords>
4: HTTPS
5: HTTP GET
6: PEM certificate
7: </keywords>
8: </info>type
9:
10: #
11: # Server-side
12: <reply>
13: <data>
14: HTTP/1.1 200 OK
15: Date: Thu, 09 Nov 2010 14:49:00 GMT
16: Server: test-server/fake
17: Content-Length: 7
18:
19: MooMoo
20: </data>
21: </reply>
22:
23: #
24: # Client-side
25: <client>
26: <features>
27: WinSSL
28: !MinGW
29: </features>
30: <server>
31: https Server-localhost-sv.pem
32: </server>
33: <name>
34: Ignore certificate revocation "best effort" strategy
35: </name>
36: <setenv>
37: # This test is pointless if we're not using the schannel backend
38: CURL_SSL_BACKEND=schannel
39: </setenv>
40: <command>
41: --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --ssl-revoke-best-effort https://localhost:%HTTPSPORT/2070
42: </command>
43: # Ensure that we're running on localhost because we're checking the host name
44: <precheck>
45: perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
46: </precheck>
47: </client>
48:
49: #
50: # Verify data after the test has been "shot"
51: <verify>
52: <strip>
53: ^User-Agent:.*
54: </strip>
55: <protocol>
56: GET /2070 HTTP/1.1
57: Host: localhost:%HTTPSPORT
58: Accept: */*
59:
60: </protocol>
61: </verify>
62: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>