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/FILEFORMAT.md | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/FILEFORMAT.md') diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index 62a5708f9..230ddbf67 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -45,6 +45,7 @@ Available substitute variables include: - `%HTTP6PORT` - IPv6 port number of the HTTP server - `%HTTPPORT` - Port number of the HTTP server - `%HTTPSPORT` - Port number of the HTTPS server +- `%HTTPSPROXYPORT` - Port number of the HTTPS-proxy - `%HTTPTLS6PORT` - IPv6 port number of the HTTP TLS server - `%HTTPTLSPORT` - Port number of the HTTP TLS server - `%HTTPUNIXPATH` - Path to the Unix socket of the HTTP server -- cgit v1.2.3