From 11522d7292496455bc992aa3f8274ced2edab772 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 25 Sep 2020 13:01:46 +0200 Subject: [PATCH] test163[12]: require http to be built-in to run ... as speaking over an HTTPS proxy implies http! Closes #6014 --- tests/data/test1631 | 1 + tests/data/test1632 | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/data/test1631 b/tests/data/test1631 index 8785119088..be4a24a314 100644 --- a/tests/data/test1631 +++ b/tests/data/test1631 @@ -46,6 +46,7 @@ FTP through HTTPS-proxy -p -x https://%HOSTIP:%HTTPSPROXYPORT ftp://ftp.site.thru.https.proxy:%FTPPORT/1631 --proxy-insecure +http proxy diff --git a/tests/data/test1632 b/tests/data/test1632 index 94577efdda..296137bff1 100644 --- a/tests/data/test1632 +++ b/tests/data/test1632 @@ -55,6 +55,7 @@ FTP through HTTPS-proxy, with connection re-use -p -x https://%HOSTIP:%HTTPSPROXYPORT ftp://ftp.site.thru.https.proxy:%FTPPORT/1632 --proxy-insecure ftp://ftp.site.thru.https.proxy:%FTPPORT/16320002 +http proxy -- 2.47.3