From 50e690f2dda2e5e0563ecb5f740f1d7e9a118058 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 Nov 2003 16:17:18 +0000 Subject: test proxy CONNECT requiring basic auth but we don't provide any --- tests/data/test94 | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 tests/data/test94 (limited to 'tests/data/test94') diff --git a/tests/data/test94 b/tests/data/test94 new file mode 100644 index 000000000..4a9b18689 --- /dev/null +++ b/tests/data/test94 @@ -0,0 +1,42 @@ +# +# Server-side + + +HTTP/1.1 407 Needs proxy authentication +Server: test-server/fake swsclose yesyes +Proxy-Authenticate: Basic "oh please" +Connection: close + +bing + + + +# +# Client-side + + +http + + +HTTPS GET with failed proxy auth + + +https://test.anything.really.com:94 -x %HOSTIP:%HOSTPORT + + + +# +# Verify data after the test has been "shot" + + +56 + + +^User-Agent:.* + + +CONNECT test.anything.really.com:94 HTTP/1.0 +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 + + + -- cgit v1.2.3