From: Daniel Stenberg Date: Tue, 6 Sep 2022 06:27:50 +0000 (+0200) Subject: CURLOPT_PROXY_SSLCERT_BLOB.3: this is for HTTPS proxies X-Git-Tag: curl-7_86_0~297 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa26f15b1995776cdcbf12f8a3f9d50bb8230c68;p=thirdparty%2Fcurl.git CURLOPT_PROXY_SSLCERT_BLOB.3: this is for HTTPS proxies The 'protocols' listed were previously wrong. Reported-by: ProceduralMan on github Fixes #9434 Closes #9435 --- diff --git a/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3 b/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3 index 3f758f83c8..7c071fa572 100644 --- a/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3 +++ b/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3 @@ -48,7 +48,7 @@ expects a file name as input. .SH DEFAULT NULL .SH PROTOCOLS -All TLS based protocols: HTTPS, FTPS, IMAPS, POP3S, SMTPS etc. +Used with HTTPS proxy .SH EXAMPLE .nf CURL *curl = curl_easy_init();