]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: Schannel disable CURLOPT_SSL_VERIFYPEER and verify hostname
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Jun 2019 21:23:13 +0000 (23:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Jun 2019 21:23:13 +0000 (23:23 +0200)
Closes #3284

docs/KNOWN_BUGS

index 8431baaf52f4f7777d28f2a71e0353d988ef9ea5..a4e7e9f4359e7521e83dbc5c4ab4def932459bbb 100644 (file)
@@ -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