mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
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
This commit is contained in:
parent
dca4cdf071
commit
fcee070cb1
@ -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.
|
||||
|
@ -34,6 +34,7 @@ Funny-head: yesyes
|
||||
<features>
|
||||
proxy
|
||||
unix-sockets
|
||||
!NSS
|
||||
</features>
|
||||
<server>
|
||||
https
|
||||
|
Loading…
Reference in New Issue
Block a user