From 423a93ce32215c9854b0b077aeb5ea723a1f0f63 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Mon, 6 Feb 2017 03:13:42 -0500 Subject: docs: Add more HTTPS proxy documentation - Document HTTPS proxy type. - Document --write-out %{proxy_ssl_verify_result}. - Document SOCKS proxy + HTTP/HTTPS proxy combination. HTTPS proxy support was added in 7.52.0 for OpenSSL, GnuTLS and NSS. Ref: https://github.com/curl/curl/commit/cb4e2be --- docs/cmdline-opts/write-out.d | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/cmdline-opts/write-out.d') diff --git a/docs/cmdline-opts/write-out.d b/docs/cmdline-opts/write-out.d index 9580ac9d7..03506c9de 100644 --- a/docs/cmdline-opts/write-out.d +++ b/docs/cmdline-opts/write-out.d @@ -60,6 +60,10 @@ Number of new connects made in the recent transfer. (Added in 7.12.3) .B num_redirects Number of redirects that were followed in the request. (Added in 7.12.3) .TP +.B proxy_ssl_verify_result +The result of the HTTPS proxy's SSL peer certificate verification that was +requested. 0 means the verification was successful. (Added in 7.52.0) +.TP .B redirect_url When an HTTP request was made without -L to follow redirects, this variable will show the actual URL a redirect \fIwould\fP take you to. (Added in 7.18.2) -- cgit v1.2.1