]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_PROXY_SSLCERT_BLOB.3: this is for HTTPS proxies
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 Sep 2022 06:27:50 +0000 (08:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Sep 2022 07:55:23 +0000 (09:55 +0200)
The 'protocols' listed were previously wrong.

Reported-by: ProceduralMan on github
Fixes #9434
Closes #9435

docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3

index 3f758f83c80544ffc012c1ee60d6c51a99ba2602..7c071fa57289e51600fba44a8ebee406dd16be9b 100644 (file)
@@ -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();