From fa26f15b1995776cdcbf12f8a3f9d50bb8230c68 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 6 Sep 2022 08:27:50 +0200 Subject: [PATCH] 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 --- docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.3