mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:03:37 +03: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
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
Since 7.50.2, unsupported schemes in proxy strings cause libcurl to return
|
||||||
error.
|
error.
|
||||||
|
|
||||||
|
curl built to use NSS cannot connect to a HTTPS server over a unix domain
|
||||||
|
socket.
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
Returns CURLE_OK if proxies are supported, CURLE_UNKNOWN_OPTION if not, or
|
Returns CURLE_OK if proxies are supported, CURLE_UNKNOWN_OPTION if not, or
|
||||||
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
|
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ Funny-head: yesyes
|
||||||
<features>
|
<features>
|
||||||
proxy
|
proxy
|
||||||
unix-sockets
|
unix-sockets
|
||||||
|
!NSS
|
||||||
</features>
|
</features>
|
||||||
<server>
|
<server>
|
||||||
https
|
https
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue