mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:03:31 +03:00
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
This commit is contained in:
parent
61504b5ef9
commit
e2a7a6bb9e
4 changed files with 139 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue