From: Daniel Stenberg Date: Tue, 3 Sep 2024 12:32:48 +0000 (+0200) Subject: KNOWN_BUGS: CURLOPT_CONNECT_TO does not work for HTTPS proxy X-Git-Tag: curl-8_10_0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933e202eb53c0ae83430dffc68be8ba3b6f4c2e7;p=thirdparty%2Fcurl.git KNOWN_BUGS: CURLOPT_CONNECT_TO does not work for HTTPS proxy Closes #14481 Closes #14769 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index e5dd6efd2f..2aafa4eca1 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -86,6 +86,7 @@ problems may have been fixed or changed somewhat since this was written. 11.4 HTTP test server 'connection-monitor' problems 11.5 Connection information when using TCP Fast Open 11.6 test cases sometimes timeout + 11.7 CURLOPT_CONNECT_TO does not work for HTTPS proxy 11.8 WinIDN test failures 12. LDAP @@ -535,6 +536,13 @@ problems may have been fixed or changed somewhat since this was written. See https://github.com/curl/curl/issues/13350 +11.7 CURLOPT_CONNECT_TO does not work for HTTPS proxy + + It is unclear if the same option should even cover the proxy connection or if + if requires a separate option. + + See https://github.com/curl/curl/issues/14481 + 11.8 WinIDN test failures Test 165 disabled when built with WinIDN.