From e2a7a6bb9ee9be1f203ce23fd7e112d9fa37b35b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 14 May 2020 09:44:17 +0200 Subject: tests: add https-proxy support to the test suite Initial test 1630 added with basic HTTPS-proxy use. HTTPS-proxy is like HTTP proxy but with a full TLS connection to the proxy. Closes #5399 --- tests/data/test1630 | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 tests/data/test1630 (limited to 'tests/data/test1630') diff --git a/tests/data/test1630 b/tests/data/test1630 new file mode 100644 index 000000000..1d381c7b0 --- /dev/null +++ b/tests/data/test1630 @@ -0,0 +1,56 @@ + + + +HTTP +HTTP GET +HTTPS-proxy +HTTPS-proxy Basic auth + + + +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Type: text/html +Funny-head: yesyes +Content-Length: 22 + +the content goes here + + + +# Client-side + + +http +https-proxy + + +HTTPS-proxy with Basic auth to HTTP without auth + + + -U fake@user:loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong -x https://%HOSTIP:%HTTPSPROXYPORT http://we.want.that.site.com/1630 --proxy-insecure + + +proxy + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET http://we.want.that.site.com/1630 HTTP/1.1 +Host: we.want.that.site.com +Proxy-Authorization: Basic ZmFrZUB1c2VyOmxvb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29uZw== +Accept: */* +Proxy-Connection: Keep-Alive + + + + -- cgit v1.2.3