diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-14 09:44:17 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-14 16:21:31 +0200 |
commit | e2a7a6bb9ee9be1f203ce23fd7e112d9fa37b35b (patch) | |
tree | ba29af23c5b626b65826de957eb9dcc68a8da50a /tests/FILEFORMAT.md | |
parent | 61504b5ef97079439157277c9bafea220695e64d (diff) | |
download | curl-e2a7a6bb9ee9be1f203ce23fd7e112d9fa37b35b.tar.gz |
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
Diffstat (limited to 'tests/FILEFORMAT.md')
-rw-r--r-- | tests/FILEFORMAT.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |