mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:57:18 +03:00
docs: clarify that more backends have HTTPS proxy support
Closes #11033
This commit is contained in:
parent
442355f8db
commit
53523d7dcc
3 changed files with 11 additions and 3 deletions
|
|
@ -21,7 +21,8 @@ Unix domain sockets are supported for socks proxy. Set localhost for the host
|
|||
part. e.g. socks5h://localhost/path/to/socket.sock
|
||||
|
||||
HTTPS proxy support via https:// protocol prefix was added in 7.52.0 for
|
||||
OpenSSL, GnuTLS and NSS.
|
||||
OpenSSL, GnuTLS and NSS. Since 7.87.0, it also works for BearSSL, mbedTLS,
|
||||
rustls, Schannel, Secure Transport and wolfSSL.
|
||||
|
||||
Unrecognized and unsupported proxy protocols cause an error since 7.52.0.
|
||||
Prior versions may ignore the protocol and use http:// instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue