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
This commit is contained in:
Daniel Stenberg 2022-09-06 08:27:50 +02:00
parent f65f750742
commit fa26f15b19
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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();