From 2392f5f688ba6f4fab90e653316fefa1b6477933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Sun, 8 Mar 2020 16:53:18 +0800 Subject: [PATCH] Fix typo TSL -> TLS Signed-off-by: imba-tjd <109224573@qq.com> --- user_manual/files/access_webdav.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index 5885267af..c54eeb05f 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -363,7 +363,7 @@ for your SSL-based server. Solution 2 ^^^^^^^^^^ -The Windows WebDAV Client might not support TSLv1.1 / TSLv1.2 connections. If +The Windows WebDAV Client might not support TLSv1.1 / TLSv1.2 connections. If you have restricted your server config to only provide TLSv1.1 and above the connection to your server might fail. Please refer to the WinHTTP_ documentation for further information.