From: Daniel Gustafsson Date: Fri, 20 May 2022 11:43:35 +0000 (+0200) Subject: KNOWN_BUGS: fix typo in problem description X-Git-Tag: curl-7_84_0~160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c92c650413b110c339723c06c2978ae6df5ff587;p=thirdparty%2Fcurl.git KNOWN_BUGS: fix typo in problem description s/TSL/TLS/ --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 0cdda075aa..67197cf66b 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -619,7 +619,7 @@ problems may have been fixed or changed somewhat since this was written. 6.11 Negotiate on Windows fails - When using --negotiate (or NTLM) with curl on Windows, SSL/TSL handshake + When using --negotiate (or NTLM) with curl on Windows, SSL/TLS handshake fails despite having a valid kerberos ticket cached. Works without any issue in Unix/Linux.