Annotation of embedaddon/curl/tests/data/test94, revision 1.1.1.1
1.1 misho 1: <testcase>
2: <info>
3: <keywords>
4: HTTPS
5: HTTP GET
6: HTTP CONNECT
7: HTTP proxy
8: FAILURE
9: </keywords>
10: </info>
11: #
12: # Server-side
13: <reply>
14: <connect nocheck="yes">
15: HTTP/1.1 407 Needs proxy authentication
16: Server: test-server/fake swsclose yesyes
17: Proxy-Authenticate: Basic "oh please"
18: Connection: close
19:
20: bing
21: </connect>
22: </reply>
23:
24: #
25: # Client-side
26: <client>
27: <server>
28: http
29: </server>
30: <features>
31: SSL
32: proxy
33: </features>
34: <name>
35: HTTPS GET with failed proxy auth (CONNECT 1.0)
36: </name>
37: <command>
38: https://test.anything.really.com:94 --proxy1.0 %HOSTIP:%HTTPPORT
39: </command>
40: </client>
41:
42: #
43: # Verify data after the test has been "shot"
44: <verify>
45: <errorcode>
46: 56
47: </errorcode>
48: <strip>
49: ^User-Agent:.*
50: </strip>
51: <protocol>
52: CONNECT test.anything.really.com:94 HTTP/1.0
53: User-Agent: curl/7.11.0-CVS (i686-pc-linux-gnu) libcurl/7.11.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4
54: Host: test.anything.really.com:94
55: Proxy-Connection: Keep-Alive
56:
57: </protocol>
58: </verify>
59: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>