summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-03-10 10:35:24 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-03-10 17:50:20 +0100
commitfcee070cb110cd6cd2c52a5e2c4ccb5b10fcf75e (patch)
tree6fbb706914d0f592ffe380430ecd497161712ef9 /docs
parentdca4cdf071be095bcdc7126eaa77a8946ea4790b (diff)
downloadcurl-fcee070cb110cd6cd2c52a5e2c4ccb5b10fcf75e.tar.gz
CURLOPT_PROXY.3: curl+NSS does not handle HTTPS over unix domain socket
It results in error "NSS error -5985 (PR_ADDRESS_NOT_SUPPORTED_ERROR)" Disabled test 1470 for NSS builds and documented the restriction. Reported-by: Dan Fandrich Fixes #10723 Closes #10734
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/opts/CURLOPT_PROXY.33
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PROXY.3 b/docs/libcurl/opts/CURLOPT_PROXY.3
index 3ebcc6145..22ec86d0c 100644
--- a/docs/libcurl/opts/CURLOPT_PROXY.3
+++ b/docs/libcurl/opts/CURLOPT_PROXY.3
@@ -118,6 +118,9 @@ Since 7.21.7 the proxy string supports the socks protocols as "schemes".
Since 7.50.2, unsupported schemes in proxy strings cause libcurl to return
error.
+
+curl built to use NSS cannot connect to a HTTPS server over a unix domain
+socket.
.SH RETURN VALUE
Returns CURLE_OK if proxies are supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.