From 1ad7a4cf66b88a8a0dbab563ed760b26003d86b1 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 859ee443b..65d0f1325 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -370,7 +370,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.