summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-06-24 23:23:13 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-06-24 23:23:13 +0200
commit53cc6c79f1401a86285326bb8a7314f49da6bc19 (patch)
treed1a908c1227ccc931f17cd93f08bb873610d76dc
parent265f7f42f678db4157e7d6f7f987aba01e71cfeb (diff)
downloadcurl-53cc6c79f1401a86285326bb8a7314f49da6bc19.tar.gz
KNOWN_BUGS: Schannel disable CURLOPT_SSL_VERIFYPEER and verify hostname
Closes #3284
-rw-r--r--docs/KNOWN_BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 8431baaf5..a4e7e9f43 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -32,6 +32,7 @@ problems may have been fixed or changed somewhat since this was written!
2.5 Client cert handling with Issuer DN differs between backends
2.6 CURL_GLOBAL_SSL
2.7 Client cert (MTLS) issues with Schannel
+ 2.8 Schannel disable CURLOPT_SSL_VERIFYPEER and verify hostname
3. Email protocols
3.1 IMAP SEARCH ALL truncated response
@@ -299,6 +300,11 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/3145
+2.8 Schannel disable CURLOPT_SSL_VERIFYPEER and verify hostname
+
+ This seems to be a limitation in the underlying Schannel API.
+
+ https://github.com/curl/curl/issues/3284
3. Email protocols